Skip to content

Commit

Permalink
Added Git EOL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Apr 5, 2015
1 parent 6a81148 commit 88214e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Declare OSX files that will always have LF line endings on checkout.
Info.plist text eol=lf

# Declare script files that will always have LF line endings on checkout.
*.sh text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.icns binary

0 comments on commit 88214e8

Please sign in to comment.