From 4881feb32880b8cfd5fb6e24db3f8d920c28b786 Mon Sep 17 00:00:00 2001 From: csh Date: Tue, 23 Dec 2025 13:17:40 +0800 Subject: [PATCH] :wrench: chore(gitattributes): enforce crlf for bat files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c0f4849..0610245 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,6 +19,7 @@ *.xml text eol=lf *.csv text eol=lf *.sh text eol=lf +*.bat text eol=crlf *.py text eol=lf *.pyi text eol=lf *.pyx text eol=lf