Skip to content

Commit

Permalink
Keep line-endings on checkout
Browse files Browse the repository at this point in the history
Had the same issue as #1 - by telling git to always keep the LF line-endings people will not run into this issue anymore
  • Loading branch information
ceriath committed Nov 27, 2018
1 parent e594f1a commit d6b0fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
* text eol=lf
*.png binary

0 comments on commit d6b0fad

Please sign in to comment.