From 271a3f5921881ca9f65d41db0801649a8f7b1515 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Fri, 8 Feb 2013 09:18:02 -0600 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..cf8d7fa --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true