From 18ee0170bcc38566038fe716e31199196043e834 Mon Sep 17 00:00:00 2001 From: Tristan Mugford Date: Wed, 19 Mar 2014 12:51:42 +0000 Subject: [PATCH] Added .editorconfig (http://editorconfig.org/) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..1a3af920b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true -- 2.47.2