From 322fc9a6c476ce89101c6b48e5308d2f6ee8eba9 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Sat, 20 Apr 2013 14:28:50 +1000 Subject: [PATCH] Include .editorconfig http://editorconfig.org/ --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..cf8d7fa6ee --- /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