From 4b97d9e5d0a6aa012f943be00bb5aa2a8e2f9863 Mon Sep 17 00:00:00 2001 From: Jens Pfeifer Date: Wed, 10 Apr 2019 11:05:51 +0200 Subject: [PATCH] Added .editorconfig file --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..5760be583 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false