From 330f4aa96309bac0a2c15a84894cf563c5b1aed4 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Sat, 23 Nov 2024 14:17:22 -0500 Subject: [PATCH] Updated .gitattributes to set eol to lf Signed-off-by: Eric Richer eric.richer@vistoconsulting.com --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 10d6160..705796b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,6 @@ /psalm.baseline.xml export-ignore /test/ export-ignore /autoload-dev/ export-ignore +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto +*.php text eol=lf