From 8df5fdc74a38f4c934945cbe9ef7c0ddc3c45be7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 15 Jul 2015 20:33:48 +0800 Subject: [PATCH] Add editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..3d31c12495 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true