From dfc6398e6cbd83713763390b4633cbfefaad97ce Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 6 Nov 2019 00:36:18 +0000 Subject: [PATCH] Add basic .editorconfig file --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..c0d0101a4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: https://EditorConfig.org + +root = true + +[*] +charset = utf-8 +indent_style = space +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +indent_size = 2 -- 2.43.2