From 9c07bb2101c464f419529abf2c52e580d29c7f19 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Thu, 30 Mar 2017 00:28:37 +0200 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 0000000..e170b41 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false