🔧 chore(gitattributes): enforce crlf for bat files

This commit is contained in:
csh
2025-12-23 15:21:19 +08:00
parent 1fa3e2a3f0
commit 4881feb328
+1
View File
@@ -19,6 +19,7 @@
*.xml text eol=lf *.xml text eol=lf
*.csv text eol=lf *.csv text eol=lf
*.sh text eol=lf *.sh text eol=lf
*.bat text eol=crlf
*.py text eol=lf *.py text eol=lf
*.pyi text eol=lf *.pyi text eol=lf
*.pyx text eol=lf *.pyx text eol=lf