From 615bd26ca9e711b8ee6d5d12a8ddcd9d8baa0088 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Fri, 14 Oct 2016 08:44:49 +0800 Subject: [PATCH] Create .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e8019ba --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +# Tab indentation +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false