From 4e36e8b7b282d38436e37ec3ea844183a311bc9d Mon Sep 17 00:00:00 2001 From: RDambrosio016 Date: Sun, 27 Sep 2020 12:32:08 -0400 Subject: [PATCH] Chore: add .gitattributes for line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..60cc5068 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# test files use LF and tests fail if the data is parsed as CRLF +* text=auto eol=lf \ No newline at end of file