1
0
Fork 0

Prevent git from changing line endings from LF to CRLF for shell scripts.

It would break them over and over again on Windows (strange syntax errors in bash).
This commit is contained in:
CoDEmanX 2015-08-19 23:29:55 +02:00
parent fcf6576674
commit 622fee5f1a
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

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