Merge pull request #16860 from Snuffleupagus/editorconfig-mjs

Add the `.mjs` file-extension to the EditorConfig
This commit is contained in:
Jonas Jenwald 2023-08-23 17:16:50 +02:00 committed by GitHub
commit 6da4fe5778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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