mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Add SCSS to the editorconfig
This commit is contained in:
parent
d727ec9d18
commit
7d6e43c85f
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
# JavaScript, LESS, PHP and Shell
|
# JavaScript, LESS, PHP, SCSS and Shell
|
||||||
[*.{js,less,php,sh}]
|
[*.{js,less,php,scss,sh}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
# JSON
|
# JSON
|
||||||
|
|
Loading…
Reference in a new issue