From: Grant Slater Date: Wed, 6 Nov 2019 00:36:18 +0000 (+0000) Subject: Add basic .editorconfig file X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/dfc6398e6cbd83713763390b4633cbfefaad97ce?ds=sidebyside Add basic .editorconfig file --- 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