From 63102085371d9f004c8be592217b6a2dbfe70cad Mon Sep 17 00:00:00 2001 From: longzheng268 <38132402+longzheng268@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:32:04 +0800 Subject: [PATCH] Fix formatting in .gitattributes --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index ea951c7..922db8e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -```text +name=.gitattributes # ensure shell scripts use LF *.sh text eol=lf -```