fix: convert shell scripts to LF line endings for Linux

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-16 08:25:49 +08:00
parent cd0639d55c
commit 7089fa5777
7 changed files with 306 additions and 298 deletions
+7
View File
@@ -0,0 +1,7 @@
# Shell scripts must use LF on Linux
*.sh text eol=lf
.env text eol=lf
.env.example text eol=lf
# Default: normalize text files
* text=auto