Skip to content

Commit

Permalink
Update indentation in editorconfig
Browse files Browse the repository at this point in the history
We have .mjs files now in the regexp-generator tool. Extend the same
indentation from .js files to cover them as well.
  • Loading branch information
ptomato committed Nov 12, 2024
1 parent 9a0aa4c commit 5c8a66d
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 @@ -7,7 +7,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{README.md,package.json,*.yml,*.sh,*.js,*.case,*.template}]
[{README.md,package.json,*.yml,*.sh,*.js,*.mjs,*.case,*.template}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit 5c8a66d

Please sign in to comment.