From 54d6566fb5f63bd1b029121b3861d20e72c2ed04 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Wed, 3 Dec 2014 18:50:16 -0800 Subject: [PATCH] Force gradlew (and other shell scripts) to use lf line endings. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..58f6c2a0e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +gradlew text eol=lf