From 6b1a33238e368b0058a304d6e1d8b4c8aa2b0f4b Mon Sep 17 00:00:00 2001 From: dryoma Date: Thu, 30 Apr 2015 17:31:03 +0800 Subject: [PATCH] Added .editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0d028a6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +# All files + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4