From c0f3f0a77afeeb83c1496979e4f8e4e9967da0f9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 14 Oct 2019 07:16:55 +0200 Subject: [PATCH] added editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..7692ac78 --- /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