fix: normalize shell scripts to lf

This commit is contained in:
mm644706215
2026-03-26 11:42:45 +08:00
parent 5e7d0e4b95
commit 2816ba19c3
2 changed files with 32 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
*.sh text eol=lf
*.bash text eol=lf
Makefile text eol=lf
VERSION text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.lua text eol=lf
*.htm text eol=lf
*.md text eol=lf