summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 60ceb6c067e741d1f02d4d72689c08a1d72a3ddc (plain)
1
2
3
4
5
# Force LF for all text files
* text=auto eol=lf
# Keep CRLF for Windows-specific files
*.bat text eol=crlf
*.cmd text eol=crlf