From a06292933890b3d218add4091850696d0144f403 Mon Sep 17 00:00:00 2001 From: Adarsh Arun <142107957+Adarsh04Arun@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:07:24 +0530 Subject: [PATCH] Fix shell scripts checked out with CRLF on Windows (#451) Co-authored-by: Cassidy James --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..36f7bb5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize line-endings for text files +* text=auto eol=lf -- 2.51.2