From b761bb6b2022a3bfa7e5e9a29f29d6d50d0b98ed Mon Sep 17 00:00:00 2001 From: Andrew Pan Date: Wed, 3 Sep 2014 11:16:28 -0500 Subject: [PATCH] Added .gitattributes to preserve LF in shell scripts for Cygwin users --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6f9c27634 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh eol=lf +