From 483c8ec7d0e651c6442ab0a71f3ff46803bf1d5f Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 14 Feb 2020 02:20:36 -0800 Subject: [PATCH] add go mod and go sum to gitattributes to fix line endings on windows (#8734) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 490d8faf8..30f357a76 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,6 @@ *.md text eol=lf *.ps1 text eol=lf *.hcl text eol=lf +go.mod text eol=lf +go.sum text eol=lf common/test-fixtures/root/* eol=lf