From 5bc72cf2214f2a559931211131a22ee25c1a8b08 Mon Sep 17 00:00:00 2001 From: Saravanakumar D Date: Sun, 31 May 2026 19:55:34 -0700 Subject: [PATCH] chore: enforce LF line endings via .gitattributes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b788ef26..0de1b286 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ +* text=auto eol=lf + # Bash scripts must use LF so they run in WSL/Linux *.sh text eol=lf