From 421a67abaad8f6dec6fb40292ce5c39d57da2e19 Mon Sep 17 00:00:00 2001 From: Samuel Denis-D'Ortun Date: Sun, 15 May 2016 04:35:27 -0400 Subject: [PATCH] Do not force EOL for non-text files --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f0bcd8e9..53684835 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,10 @@ * text=auto # Force the following filetypes to have unix eols, so Windows does not break them -*.* text eol=lf +*.txt text eol=lf +*.php text eol=lf +*.css text eol=lf +*.js text eol=lf composer.phar text eol=input .gitignore export-ignore