From 9ef4b37c681907f91a468b6e6099becb9ec94cdf Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 6 May 2015 11:26:47 +0930 Subject: [PATCH] Tweak editorconfig settings --- framework/core/.editorconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/framework/core/.editorconfig b/framework/core/.editorconfig index 95bd9a46f..5612a5e74 100644 --- a/framework/core/.editorconfig +++ b/framework/core/.editorconfig @@ -4,7 +4,6 @@ root = true - [*] end_of_line = lf charset = utf-8 @@ -17,11 +16,7 @@ indent_size = 2 indent_style = space indent_size = 2 -[*.hbs] -indent_style = space -indent_size = 2 - -[*.css] +[*.{css,less}] indent_style = space indent_size = 2