From 773b0c5ca9799e273e2c6f86445242ba2993bbc7 Mon Sep 17 00:00:00 2001 From: Lishid Date: Mon, 22 Aug 2022 13:40:55 -0400 Subject: Initial commit --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5fd185c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 4 +tab_width = 4 \ No newline at end of file -- cgit v1.2.3