🔧 chore(gitattributes): enforce crlf for bat files

This commit is contained in:
csh 2025-12-23 13:17:40 +08:00
parent 1fa3e2a3f0
commit 4881feb328
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
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