From cfbc0a1771c023d317dfdcdceba9a47e13f0bbf2 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Wed, 18 Mar 2026 18:31:55 +0000 Subject: [PATCH] Normalize line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..17ec444 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Force all text files to LF in the repository +* text=auto eol=lf \ No newline at end of file