From a8c10fd96d3ac25d04b38b16e03ae3249e8844e0 Mon Sep 17 00:00:00 2001 From: Rodney Rehm Date: Sat, 29 Dec 2012 14:54:21 +0100 Subject: [PATCH] adding .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..291d8597 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[**] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true