Merge pull request #66 from matulko/windows-encodings

Fix line endings issue of shell script files on Windows
This commit is contained in:
Anthony Lapenna 2016-09-26 09:27:38 +13:00 committed by GitHub
commit b5a4deee14
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