🔧 chore(gitattributes): enforce crlf for bat files
This commit is contained in:
parent
1fa3e2a3f0
commit
4881feb328
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue