updates editorconfig to support scss

This commit is contained in:
James
2018-07-28 10:09:46 -04:00
parent 656d1e0881
commit 8db81058fa

View File

@@ -11,3 +11,7 @@ indent_size = 2
[*.html] [*.html]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[*.scss]
indent_style = space
indent_size = 2