mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Make sure *.cjs
& *.mjs
files use UNIX line endings as well
We've had this rule for `*.js` files so far but we now have two new JS
extensions.
Closes gh-5290
(cherry picked from commit 198b41c8c2
)
This commit is contained in:
parent
72ae577c94
commit
3c18c1f33c
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -2,4 +2,7 @@
|
||||
* text=auto
|
||||
|
||||
# JS files must always use LF for tools to work
|
||||
# JS files may have mjs or cjs extensions now as well
|
||||
*.js eol=lf
|
||||
*.cjs eol=lf
|
||||
*.mjs eol=lf
|
||||
|
Loading…
Reference in New Issue
Block a user