From b0c45091faba293c5d79edbd10cb4cd231d6f97c Mon Sep 17 00:00:00 2001 From: Rebecca Mahany-Horton Date: Fri, 19 May 2023 11:46:00 -0400 Subject: [PATCH] Set line endings so windows job stops failing --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cd2af3a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# set line endings for go files. Mostly needed for golang-ci +*.go text eol=lf +