chore(linux): fix crlf endings

This commit is contained in:
2025-05-21 17:00:53 -04:00
parent 78890f405b
commit ea0241dd8d
2 changed files with 594 additions and 1019 deletions

10
.gitattributes vendored Normal file
View File

@@ -0,0 +1,10 @@
# Auto normalize all text files
* text=auto
# Shell scripts
*.sh text eol=lf
# Batch/Windows scripts
*.bat text eol=crlf
*.cmd text eol=crlf