Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Force Unix-lineends.
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jul 13, 2016
1 parent 9682da0 commit 91fc93c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# normal text files should contain a simple LF lineend, the following settings
# ensures this even if the user has not set core.autocrlf.
* text=auto

# binary files should be detected by git, however, to be sure, you can add them here explictly
*.png binary
*.jpg binary
*.gif binary
*.ico binary

0 comments on commit 91fc93c

Please sign in to comment.