From b2c9a7bcdec9ae2e78cc15cf9ba0fb605b737a1f Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 6 Feb 2017 10:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=B7=BBeditorconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c0fbc46 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab