From 0342f559c12ac1a215780fd57255f8e8ee23ed21 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 28 Jan 2017 07:15:57 +0100 Subject: [PATCH] added editorconfig config file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..7692ac78b5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig tool configuration +# see http://editorconfig.org for docs + +root = true + +[*] +charset = utf-8 +end_of_line = lf +trim_trailing_whitespaces = true +indent_style = tab