1
0
Fork 0

Add .gitattributes to ensure all shell scripts have LF as eol-style.

Some Git clients on Windows may use CRLF otherwise, which effectively prevents running such scripts.
This commit is contained in:
Lauri Nurmi 2016-01-31 20:49:59 +02:00
parent 161772892f
commit 8708d8da49
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# On Windows, some Git clients may normalize all text files' line-endings to
# CRLF, which causes obscure errors when running shell scripts.
*.sh eol=lf