summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: b4e13c6b5a6790479f9d4f50bf61a18b52ad02ec (plain)
1
2
3
4
5
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# BASH scripts shouldn't be converted since they may need to be used by Docker
*.sh text eol=lf