gitattributes: go.mod, go.sum always eol=lf (#2753)

This commit is contained in:
linquize 2019-09-23 04:17:16 +08:00 committed by Matt Holt
parent 8cc2f770fa
commit 96579b97f6

2
.gitattributes vendored
View File

@ -9,6 +9,8 @@
# go fmt will enforce this, but in case a user has not called "go fmt" allow GIT to catch this:
*.go text eol=lf core.whitespace whitespace=indent-with-non-tab,trailing-space,tabwidth=4
go.mod text eol=lf
go.sum text eol=lf
*.txt text eol=lf core.whitespace whitespace=tab-in-indent,trailing-space,tabwidth=2
*.tpl text eol=lf core.whitespace whitespace=tab-in-indent,trailing-space,tabwidth=2