From 78fc802cdc32accc52a67e7d3a2ec5a280775445 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 4 Jul 2026 18:07:00 -0500 Subject: [PATCH] fix: enforce LF for PHP files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24d11df --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.php text eol=lf