From ba5e80077c766a9bef816c0162fdde77307b097a Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 4 Aug 2019 21:32:55 -0400 Subject: [PATCH] Fixed: Update base .editorConfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index dad58944a..5e19cc2d6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,14 +2,14 @@ # editorconfig.org root = true -[*.{cs,html,js,hbs}] +[*.{cs}] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 4 -[*.less] +[*.{js,html,js,hbs,less,css}] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true