Skip to content

Commit a0bdd58

Browse files
committed
[editorconfig] Same config for css and sass files
1 parent 2709bb6 commit a0bdd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trim_trailing_whitespace = true
1111
insert_final_newline = true
1212

1313
# Matches multiple files with brace expansion notation
14-
[*.{js,hbs}]
14+
[*.{js,hbs,css,sass}]
1515
charset = utf-8
1616
indent_style = tab
1717
indent_size = tab

0 commit comments

Comments
 (0)