summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 1a5b760ec0c3e98586caf1b6bec14506d44a5c75 (plain)
1
2
3
4
5
# Text files have auto line endings
* text=auto

# Go source files always have LF line endings
*.go text eol=lf