From 142da451a978c981f26eeef60da4d8994b1bbe17 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Sun, 29 May 2022 11:13:16 +0200 Subject: [PATCH] Force LF for text files --- .gitattributes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 795030f5..5a0d5e48 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,2 @@ # Auto detect text files and perform LF normalization -* text=auto - -*.php text eol=lf +* text=auto eol=lf