diff --git a/.gitattributes b/.gitattributes index 07d8adf90..f61f80239 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -*.go whitespace=trailing-space,space-before-tab,indent-with-non-tab -go.mod whitespace=trailing-space,space-before-tab,indent-with-non-tab +*.go text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab diff=golang +go.mod text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab +go.sum text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab +Makefile text eol=lf whitespace=trailing-space,space-before-tab,indent-with-non-tab