Archived
1
0
Fork 0

Update gitattributes

This commit is contained in:
Henrik Hautakoski 2014-10-28 19:50:51 +01:00
parent c47ac0c858
commit da707c1bd7

11
.gitattributes vendored
View file

@ -2,13 +2,16 @@
# normalize these files. Always LF on checkout and always LF on checkin
.gitignore eol=lf
.gitattributes eol=lf
*.php text eol=lf
*.phtml text eol=lf
*.html text eol=lf
*.php text eol=lf diff=php
*.phtml text eol=lf diff=html
*.html text eol=lf diff=html
*.sh text eol=lf
*.ini text eol=lf
*.css text eol=lf
*.xml text eol=lf
*.js text eol=lf
*.css text eol=lf
*.sql text eol=lf
*.txt text eol=lf
# Binary files, should never be normalized.
*.exe binary