From bb1aed5264ff13ceaf029ea044f28ff2b81dce04 Mon Sep 17 00:00:00 2001 From: Matthew Patton Date: Fri, 27 Apr 2018 22:34:15 -0400 Subject: [PATCH] fix line-endings --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7230f36f4..07e7d50e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ -common/test-fixtures/root/* eol=lf \ No newline at end of file +common/test-fixtures/root/* eol=lf +*.go eol=lf