From 5855cbae7c594b70b7a2d55583f9eb705c6f32e1 Mon Sep 17 00:00:00 2001 From: Louis <8515500@gmail.com> Date: Wed, 13 May 2026 13:11:09 +0800 Subject: [PATCH] fix: normalize text fixtures 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..861b3b646 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Keep text files and golden fixtures on LF so CI behaves the same on every platform. +* text=auto eol=lf