From 07d0db48d75c3d13e5a17f6880b1b93a81c85502 Mon Sep 17 00:00:00 2001 From: Zeex Date: Sun, 29 Jan 2017 22:08:48 +0600 Subject: [PATCH] Add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a4d187a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*] +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{def,rc}] +indent_size = 4