From 15f13c463b5edecdbf8ceeda03c4c5a70ae8bb30 Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:54:16 -0600 Subject: [PATCH] fix: add git attributes for Windows tests --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d18bf85 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce LF line endings for all text files +* text=auto eol=lf