From 45c0a7b7afb3e957c2d0095e957b859ef02ad6c3 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Sat, 18 Jul 2026 19:35:57 +0200 Subject: [PATCH] config: add .gitattributes file to handle EOF in Windows --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..efdba87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh text eol=lf