update settings

This commit is contained in:
Kyle Spearrin 2018-04-10 22:05:28 -04:00
parent 104f0f61b3
commit a0225ef414
2 changed files with 2 additions and 2 deletions

View File

@ -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

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.idea
node_modules
npm-debug.log
vwd.webinfo
dist/
*.crx
*.pem