Explicitly standardize line endings

This commit is contained in:
Benjamin Lu 2025-04-27 01:51:03 +00:00
parent 93035e901c
commit c2f4df2f10
13 changed files with 551 additions and 546 deletions

5
.gitattributes vendored
View File

@ -1,2 +1,7 @@
/web/assets/** linguist-generated /web/assets/** linguist-generated
/web/** linguist-vendored /web/** linguist-vendored
# Standardize line endings
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf