From 3552d9e03ef9d39ca565353f88fa8d748db49c74 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Thu, 13 Dec 2018 23:09:32 +0100 Subject: [PATCH 1/2] 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 From 3021b7a6bbf7b86021290761932d3295a5f05ccf Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Thu, 13 Dec 2018 23:12:16 +0100 Subject: [PATCH 2/2] Forgot last newline --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ea90f8c..7692ac7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,4 @@ root = true charset = utf-8 end_of_line = lf trim_trailing_whitespaces = true -indent_style = tab \ No newline at end of file +indent_style = tab