From 022c7fa3c2561ed73b976d96b520c92fabe91883 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Fri, 15 Nov 2024 16:16:51 -0500 Subject: [PATCH] Updated .gitattributes to force eol=LF on php files --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index edf5bac..33f0221 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,4 +7,7 @@ /.php_cs export-ignore /phpcs.xml export-ignore /phpunit.xml.dist export-ignore -/tests/ export-ignore \ No newline at end of file +/tests/ export-ignore +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto +*.php text eol=lf