From 4aa8b5f234c18d0fbcc0e5876a3380eafd3eff5f Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Wed, 5 Apr 2017 19:41:19 +0700 Subject: [PATCH] Adjust .editorconfig --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 986314661..4a7ea3036 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,14 +2,11 @@ root = true [*] indent_style = space +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[{package.json,.*rc,*.yml}] -indent_style = space -indent_size = 2 - [*.md] trim_trailing_whitespace = false