From ece9aa2f4dfadb7341b9c62fdf7117fe41ddf7d8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 15 Dec 2018 16:56:02 +0200 Subject: [PATCH] Add .editorconfig file. --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..9d5248e86 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false