Update gitattributes
This commit is contained in:
parent
c47ac0c858
commit
da707c1bd7
1 changed files with 7 additions and 4 deletions
11
.gitattributes
vendored
11
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue