From 0964904f927cc80ffee792adf1e536d79eae4bc3 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 18 Mar 2020 22:06:05 +0800 Subject: [PATCH] Update .editorconfig --- .editorconfig | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index 39cb692c8..e717f5eb6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,9 @@ +# http://editorconfig.org root = true [*] indent_style = space +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true @@ -9,15 +11,3 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false - -[*.js] -indent_size = 2 - -[*.vue] -indent_size = 2 - -[*.css] -indent_size = 2 - -[Makefile] -indent_style = tab