From b662f99898e9fd5db79e9696606bf7bacb016f9b Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Jan 2017 01:05:51 +0100 Subject: [PATCH] add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..c3f635323 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false