Keep line-endings on checkout
Had the same issue as #1 - by telling git to always keep the LF line-endings people will not run into this issue anymore
This commit is contained in:
parent
e594f1a494
commit
d6b0fad0f1
1 changed files with 2 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* text eol=lf
|
||||||
|
*.png binary
|
Loading…
Reference in a new issue