Fix line endings issue of shell script files on Windows

This commit is contained in:
Martin Kanich 2016-09-25 19:56:54 +02:00
parent 056c93bc2d
commit 295b03fe87
No known key found for this signature in database
GPG Key ID: 608D9BB6ECE2BE27
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf