mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
Add proper line-ending treatment for batch scripts to gitattributes
Signed-off-by: Haru <haru@dotalux.com>
This commit is contained in:
parent
9b0b3b7485
commit
fcd68e1345
1 changed files with 4 additions and 3 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue