From 62fa537ed82f0296746595fef6e276852a3a0344 Mon Sep 17 00:00:00 2001 From: Ronan Giron Date: Fri, 29 Jun 2018 19:19:40 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index b3cdb2a..118d411 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,9 @@ # Set the default behavior, in case people don't have core.autocrlf set. * text=auto +# Set EOL for PHP project files +*.php text eol=lf + # Denote all files that are truly binary and should not be modified. *.eot binary *.ttf binary