We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
*.cjs
*.mjs
1 parent 72ae577 commit 3c18c1fCopy full SHA for 3c18c1f
.gitattributes
@@ -2,4 +2,7 @@
2
* text=auto
3
4
# JS files must always use LF for tools to work
5
+# JS files may have mjs or cjs extensions now as well
6
*.js eol=lf
7
+*.cjs eol=lf
8
+*.mjs eol=lf
0 commit comments