Skip to content

Commit

Permalink
Fix syntax in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve authored Sep 8, 2023
1 parent 81b7e45 commit d40adcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ indent_size = 4
trim_trailing_whitespace = true

# 2 space indentation
[{*.js, *.scss, *.css, *.html}]
[{*.js,*.scss,*.css,*.html}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

0 comments on commit d40adcb

Please sign in to comment.