mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
198b41c8c2
We've had this rule for `*.js` files so far but we now have two new JS extensions. Closes gh-5290
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* 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
|