Force gradlew (and other shell scripts) to use lf line endings.

This commit is contained in:
Andrew Chen 2014-12-03 18:50:16 -08:00
parent 2c81495aea
commit 54d6566fb5
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.sh text eol=lf
gradlew text eol=lf