From 295f2b7db4278332e5bcabe63df2bb2eee7e152c Mon Sep 17 00:00:00 2001 From: Jamie Phillips Date: Sat, 25 Apr 2015 10:35:22 -0400 Subject: [PATCH] Adding .gitattributes to force unix line endings. Hopefully this helps with issue #728 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50ca329 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh eol=lf