Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitattributes - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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