From b4d56225426c5fd6b69b3ea67726819e37d1327c Mon Sep 17 00:00:00 2001 From: Amio Date: Sun, 15 Feb 2015 13:30:17 +0800 Subject: [PATCH] Init root .editorconfig file. --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..551cef7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Two-space indent, Unix-style newlines, and a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2