Add proper line-ending treatment for batch scripts to gitattributes

Signed-off-by: Haru <haru@dotalux.com>
This commit is contained in:
Haru 2026-06-27 20:39:03 +02:00
parent 9b0b3b7485
commit fcd68e1345
No known key found for this signature in database
GPG key ID: 71D8DEA5F620C5AB

7
.gitattributes vendored
View file

@ -1,6 +1,7 @@
* text=auto
*.c diff=cpp
*.sh text eol=lf
* text=auto
*.c diff=cpp
*.sh text eol=lf
*.bat text eol=crlf
/script-checker text eol=lf
/athena-start text eol=lf