From 46c711dcdf198918d2fb235ea5a9c1b6716e742f Mon Sep 17 00:00:00 2001 From: Donald Pipowitch Date: Wed, 5 Mar 2014 08:00:00 +0100 Subject: [PATCH] add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d1d8a41 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# http://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