From 0841871a1c69e6d315be5c1794b6977471a07bb2 Mon Sep 17 00:00:00 2001 From: Lee E Hinman <57081003+leehinman@users.noreply.github.com> Date: Wed, 8 Mar 2023 02:37:03 +0000 Subject: [PATCH] fix checkout under windows for golangci-lint (#2356) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2c1aaba4dec..36b0f1f5fa5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ CHANGELOG-developer.next.asciidoc merge=union # Keep these file types as CRLF (Windows). *.bat text eol=crlf *.cmd text eol=crlf +*.go text eol=lf \ No newline at end of file