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

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

# SVG files should not be modified
*.svg -text