From c0ddae22a86d0c138080619e28eae3bf9476003c Mon Sep 17 00:00:00 2001 From: Tom Lee Date: Mon, 27 Apr 2015 12:23:06 -0700 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 0000000..a6de04d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +insert_final_newline = true +end_of_line = lf +indent_style = space +indent_size = 2