From 2c2056fe5662ebc0320e414e2d128b9e00400798 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 19 Apr 2016 10:34:29 +1200 Subject: [PATCH] Editorconfig for JS and CSS --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2f0465af..b063122c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,12 +13,11 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] +[*.{yml,js,json,css,scss}] indent_size = 2 indent_style = space # Don't perform any clean-up on thirdparty files - [thirdparty/**] trim_trailing_whitespace = false insert_final_newline = false