From 3552d9e03ef9d39ca565353f88fa8d748db49c74 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Thu, 13 Dec 2018 23:09:32 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ea90f8c --- /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 \ No newline at end of file