Skip to content

Commit d40adcb

Browse files
authored
Fix syntax in .editorconfig
1 parent 81b7e45 commit d40adcb

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
@@ -16,7 +16,7 @@ indent_size = 4
1616
trim_trailing_whitespace = true
1717

1818
# 2 space indentation
19-
[{*.js, *.scss, *.css, *.html}]
19+
[{*.js,*.scss,*.css,*.html}]
2020
indent_style = space
2121
indent_size = 2
2222
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)