From d9da800fa4bb0ea3141b92b1b3fef3003af063ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 15 Jan 2018 19:39:34 +0100 Subject: [PATCH] php is text type --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3c0e9dfc0..82b366934 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,6 +35,9 @@ *.sh text eol=lf *.bat text eol=crlf +# PHP scripts +*.php text + # Delphi sources *.dpr text eol=crlf *.dfm text eol=crlf