From 69704da647ae91c620392bf3cba609b4c497c6e8 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Sun, 21 Jun 2026 16:33:05 +0200 Subject: [PATCH] Add .gitattributes to normalize line endings to LF across platforms Co-Authored-By: Claude Sonnet 4.6 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cc23192 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.bat text eol=crlf