Skip to content

Commit

Permalink
Add the .mjs file-extension to the EditorConfig
Browse files Browse the repository at this point in the history
Given that this file-extension is used for JavaScript modules, those files should obviously be formatted just like any "normal" JS file.
  • Loading branch information
Snuffleupagus committed Aug 23, 2023
1 parent a7d8291 commit 89779b3
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
@@ -1,6 +1,6 @@
root = true

[*.{js,jsm,json,html,css,pdf.link}]
[*.{js,jsm,mjs,json,html,css,pdf.link}]
charset = utf-8
end_of_line = lf
indent_size = 2
Expand Down

0 comments on commit 89779b3

Please sign in to comment.