From a0225ef414009d801c4aca6a66842ccc81d785bd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 10 Apr 2018 22:05:28 -0400 Subject: [PATCH] update settings --- .editorconfig | 3 +-- .gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 65932d2edc..332f3a5d3f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,9 +8,8 @@ root = true end_of_line = lf insert_final_newline = true -# Matches multiple files with brace expansion notation # Set default charset -[*.{js,ts,less}] +[*.{js,ts,scss,html}] charset = utf-8 indent_style = space indent_size = 4 diff --git a/.gitignore b/.gitignore index d3181854ca..989623d429 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .idea node_modules npm-debug.log +vwd.webinfo dist/ *.crx *.pem