From d8497da0bd1ffef770d2c8730354bfa1f20df30f Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Thu, 16 Oct 2025 16:20:04 +0200 Subject: [PATCH] Patch - Ajoute une fin de ligne - V01.00.01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajoute un caractère de fin de ligne manquant dans le fichier .gitattributes. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8a88fc5..aa76900 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -UnrealToolbox.exe filter=lfs diff=lfs merge=lfs -text +UnrealToolbox.exe filter=lfs diff=lfs merge=lfs -text \ No newline at end of file