Skip to content

Commit

Permalink
Fix .editorconfig for JS files (#4034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Aug 30, 2024
1 parent 8d2596c commit c90be9e
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 @@ -6,7 +6,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json,toml}]
[*.{js,json,toml}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit c90be9e

Please sign in to comment.