Skip to content

Commit

Permalink
pulled in the gitattributes file from the deserialize branch
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed Sep 14, 2016
1 parent df6377d commit fdac662
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
@@ -0,0 +1,22 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=lf

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text eol=lf
*.h text eol=lf
*.pl text eol=lf
*.pm text eol=lf
*.php text eol=lf
*.t text eol=lf
*.html text eol=lf

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

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

.gitattributes export-ignore
.gitignore export-ignore

0 comments on commit fdac662

Please sign in to comment.