From 6d3b065f32174824886f0d70d44659f10cf7082c Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 14 Sep 2016 14:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0editorconfig=E6=96=87?= =?UTF-8?q?=E4=BB=B6,=E7=BB=9F=E4=B8=80=E8=AE=BE=E7=BD=AE=E7=BC=A9?= =?UTF-8?q?=E8=BF=9B=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..50339b8e81 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# EditorConfig: http://editorconfig.org/ + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false