Skip to content

Commit

Permalink
Always use CR eol for patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaArtois committed Aug 25, 2014
1 parent 545e58d commit e275440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.patch text
*.java text

# Explicitly declare text files we want to always be CR line endings on checkout.
*.patch text eol=cr

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.bat text eol=crlf
Expand Down

0 comments on commit e275440

Please sign in to comment.