From: David Lecompte <3gpp@metani.eu> Date: Wed, 3 Jun 2026 12:07:06 +0000 (+0200) Subject: Add gitattributes to avoid CRLF on windows. X-Git-Url: https://nuage.metani.fr/gitweb/3GPP.git/commitdiff_plain/c2c7b9501c6e559e48099cfb9c1736e1875abacc?ds=sidebyside Add gitattributes to avoid CRLF on windows. --- 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 +