Add .sass to editorconfig

This commit is contained in:
Oliver Davies 2016-08-03 06:53:25 +01:00
parent a73a4cb0bc
commit c79631446a

View file

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