From d30ece9f3603b1e12be7a7659f4f4c42231b4f23 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 4 Jun 2013 19:33:32 +0200 Subject: [PATCH] For eol also into extension definition. Let's see if this works. --- .gitattributes | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index 73e27e445d3..4d86664e43f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,17 +1,18 @@ # Set default behaviour, in case users don't have core.autocrlf set. * text=auto + # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. *.php text eol=lf -*.sql text -*.htm text -*.html text -*.js text -*.css text -*.lang text -*.txt text -*.md text +*.sql text eol=lf +*.htm text eol=lf +*.html text eol=lf +*.js text eol=lf +*.css text eol=lf +*.lang text eol=lf +*.txt text eol=lf +*.md text eol=lf # Denote all files that are truly binary and should not be modified. *.ico binary