From d9fcd74e426b9f5085e98b36fa194ab4b6dfe690 Mon Sep 17 00:00:00 2001 From: Alison Winters Date: Sat, 9 Nov 2019 01:24:55 +0800 Subject: [PATCH] set go.mod to unix endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 777fbf5f..366f7f33 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ * text=auto *.go text diff=golang *.bat text eol=crlf +go.mod text eol=lf # Ensure test fixtures don't get mangled **/testdata/** -text