From 971081caf6b61db27ac051cdcca66c08b6900b08 Mon Sep 17 00:00:00 2001 From: Yugonito Date: Tue, 25 Aug 2026 14:27:25 +0200 Subject: [PATCH] Normalise les fins de ligne en LF Un bootstrap.sh sorti en CRLF aurait un shebang invalide et echouerait sur chaque machine. Ce depot est alimente depuis une machine Windows. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf