aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 5832a0194d80654f662f8fda80ada5a7450de165 (plain)
1
2
3
4
5
6
7
8
# 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