From 566f2158a2df413add834cca7b0f1966098ef2dc Mon Sep 17 00:00:00 2001 From: Axel Date: Thu, 29 Aug 2024 16:27:33 +0200 Subject: [PATCH] Ajout fichier gitattributes pour corriger CRLF --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..63d2b6d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text eol=crlf \ No newline at end of file