From 047401b653d6477b9e4844ae09c3849ce741b8d0 Mon Sep 17 00:00:00 2001 From: Hweinstock Date: Wed, 15 Jul 2026 23:58:44 +0000 Subject: [PATCH] fix(test): address failing windows test by standardizing line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8fd8ba8a0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# normalize line endings across platforms: https://git-scm.com/docs/gitattributes#_end_of_line_conversion +* text=auto eol=lf