Skip to content

Commit

Permalink
Merge pull request #484 from foretagsplatsen/32129139/Configure_edito…
Browse files Browse the repository at this point in the history
…rconfig_to_treat_mjs_and_cjs_just_like_js_files

32129139: Configure .editorconfig to treat .mjs and .cjs just like .js files
  • Loading branch information
DamienCassou authored Apr 10, 2024
2 parents 3109282 + 7f6c7c5 commit f2d8bd7
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 @@ trim_trailing_whitespace=true
charset=utf-8
indent_style=space

[*.js]
[*.{js,cjs,mjs}]
indent_style=tab
indent_size=4

Expand Down

0 comments on commit f2d8bd7

Please sign in to comment.