From 3b2b0da3a1010919a9c540d5bc2c73cf0404dfd4 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Mon, 10 Apr 2017 16:33:31 +0800 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..ab70fef5e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +indent_size = 4