From da707c1bd746b220a284fa559fe2c7ecca98e687 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 28 Oct 2014 19:50:51 +0100 Subject: [PATCH] Update gitattributes --- .gitattributes | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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