Enforce LF line endings for shell scripts (#451)

This tells git to check out *.sh files with LF line endings. Otherwise,
Cygwin and Windows 10's Bash cannot run them.
This commit is contained in:
Marcel Raad 2017-07-28 21:14:29 +02:00 committed by Jeffrey Walton
parent 3fc7b104e6
commit d44a81f91c

1
.gitattributes vendored Normal file
View File

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