diff --git a/.gitattributes b/.gitattributes index 2e5077856..0cfea0b82 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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