From a2cc92049a404dac432d9c8278761391c2763449 Mon Sep 17 00:00:00 2001 From: Trevor Gau Date: Wed, 7 Dec 2016 09:28:19 -0500 Subject: [PATCH] Add .gitattributes to avoid CRLF issue in the future. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e7596ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=false +* text eol=lf \ No newline at end of file