From cf834633ba99a569ae766083bde166646fc13ac6 Mon Sep 17 00:00:00 2001 From: olaservo Date: Wed, 12 Aug 2026 08:56:24 -0700 Subject: [PATCH] fix: add eol=lf policy to .gitattributes so Windows checkouts stay clean Co-Authored-By: Claude Fable 5 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index cf9687215..056e3cb90 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +* text=auto eol=lf package-lock.json linguist-generated=true