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:
Ceriath 2018-11-27 22:17:28 +01:00 committed by GitHub
parent e594f1a494
commit d6b0fad0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
* text eol=lf
*.png binary