# 强制 Shell 脚本使用 LF（在 Windows 上构建/运行时必须）
*.sh text eol=lf

# 普通文件使用系统默认换行
*.py text
*.html text
*.css text
*.js text
*.md text
*.yml text
*.yaml text
*.txt text
*.json text
