From 31a4258672d50ab67f5b89c38867e1ef1c794196 Mon Sep 17 00:00:00 2001 From: Alexander Vostres Date: Sat, 28 Mar 2026 16:48:23 +0200 Subject: [PATCH] Add eol=lf to .gitattributes for Windows users --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..705bd8f43e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# git autocrlf=true converts LF to CRLF on Windows, causing issues with oxfmt +* text=auto eol=lf