Add .sass to editorconfig
This commit is contained in:
parent
a73a4cb0bc
commit
c79631446a
|
@ -4,7 +4,7 @@ root = true
|
|||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml}]
|
||||
[{*.html,*.twig,*.coffee,*.php,*.feature,*.yml,*.sass}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
|
|
Reference in a new issue