Add the .mjs file-extension to the EditorConfig

Given that this file-extension is used for JavaScript modules, those files should obviously be formatted just like any "normal" JS file.
This commit is contained in:
Jonas Jenwald 2023-08-23 11:22:25 +02:00
parent a7d829155b
commit 89779b3f6c

View File

@ -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