From 15cac252b098dfb72e22166fc7efa2acc0d9e9a2 Mon Sep 17 00:00:00 2001 From: simov Date: Sun, 1 Mar 2015 08:40:43 +0200 Subject: [PATCH] Add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..61c3400 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +# insert_final_newline = true