Skip to content

Commit ca3ead6

Browse files
committed
Add *.mjs and *.cjs configuration
1 parent 3df0cc4 commit ca3ead6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ indent_style = tab
3535
[*.js.txt]
3636
indent_style = tab
3737

38+
# Set properties for JavaScript ES module files:
39+
[*.mjs]
40+
indent_style = tab
41+
42+
[*.mjs.txt]
43+
indent_style = tab
44+
45+
# Set properties for JavaScript CommonJS files:
46+
[*.cjs]
47+
indent_style = tab
48+
49+
[*.cjs.txt]
50+
indent_style = tab
51+
3852
# Set properties for TypeScript files:
3953
[*.ts]
4054
indent_style = tab

0 commit comments

Comments
 (0)