From 5a22899da52029719796a70f81e3ced43de2efdd Mon Sep 17 00:00:00 2001 From: Saravanakumar D Date: Sun, 31 May 2026 19:54:55 -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 dfa8698..225d340 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +* text=auto eol=lf + # Enforce LF for shell scripts and text files *.sh text eol=lf *.ps1 text eol=lf