You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|