From 0215a1cf962f3c5d5f656a57bdfecbf48935770c Mon Sep 17 00:00:00 2001 From: grandeljay Date: Tue, 5 Apr 2022 18:28:16 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 516c8ae2..795030f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -Force LF endings -* text eol=lf +# Auto detect text files and perform LF normalization +* text=auto + +*.php text eol=lf