summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: de58a12b9dab1cb08b3e587d55da582e7bb52a1d (plain)
1
2
3
4
5
6
# Auto detect text files and perform LF normalization
* text=auto

# Proper line endings for platform-specific scripts
*.sh text eol=lf
*.bat text eol=crlf
bgstack15