From 2359f9bd2fc8fef17d7d0c20d7a68aab330bc1ee Mon Sep 17 00:00:00 2001 From: mfornos Date: Sat, 17 Oct 2015 21:39:23 +0200 Subject: [PATCH] Added .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..00eff27 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# 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 +