diff --git a/.gitattributes b/.gitattributes index c2277aa..abe1e3c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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