From c2c7b9501c6e559e48099cfb9c1736e1875abacc Mon Sep 17 00:00:00 2001 From: David Lecompte <3gpp@metani.eu> Date: Wed, 3 Jun 2026 14:07:06 +0200 Subject: [PATCH] Add gitattributes to avoid CRLF on windows. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1d2fc83 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf + -- 2.47.3