From 2580fe7e7dfee8a217d77fa5891b14a2a48309bf Mon Sep 17 00:00:00 2001 From: x86byte <111459558+x86byte@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:14:14 +0100 Subject: [PATCH] Add .gitattributes with proper line ending handling --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..745a31f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto-detect line endings +* text=auto