Skip to content

Commit cc91965

Browse files
authored
Add .css files to .editorconfig (#3919)
1 parent 5a9519a commit cc91965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ charset = 'utf8'
77
trim_trailing_whitespace = true
88
indent_style = 'space'
99
indent_size = 4
10-
[*.js]
10+
[{*.js,*.css}]
1111
charset = 'utf8'
1212
trim_trailing_whitespace = true
1313
indent_style = 'space'

0 commit comments

Comments
 (0)