https://git.reactos.org/?p=reactos.git;a=commitdiff;h=32db19f68f3fe590fde8392e5af0fd4d1385d1f8
commit 32db19f68f3fe590fde8392e5af0fd4d1385d1f8 Author: Saibamen <[email protected]> AuthorDate: Sat Apr 11 17:40:36 2020 +0200 Commit: GitHub <[email protected]> CommitDate: Sat Apr 11 17:40:36 2020 +0200 Create .editorconfig (#2528) By Adam "Saibamen" Stachowicz. --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..b2a5a96a6f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +end_of_line = crlf +insert_final_newline = true +charset = utf-8 +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true + +[*.{json,yml,md}] +indent_size = 2
