From 4a100fdc3c323dfb6f19394307e29d1862c2711b Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 19 Apr 2016 11:00:53 +1200 Subject: [PATCH] Editorconfig for CSS (#5336) --- .editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 66e2e1452..db95cd12c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,11 +13,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] -indent_size = 2 -indent_style = space - -[*.js] +[*.{yml,js,json,css,scss}] indent_size = 2 indent_style = space