Add SCSS to the editorconfig

This commit is contained in:
Kevin MacMartin 2017-02-16 13:28:45 -05:00
parent d727ec9d18
commit 7d6e43c85f

View file

@ -8,8 +8,8 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# JavaScript, LESS, PHP and Shell
[*.{js,less,php,sh}]
# JavaScript, LESS, PHP, SCSS and Shell
[*.{js,less,php,scss,sh}]
indent_size = 4
# JSON