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

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