# 所有文本文件使用 LF（Unix）换行符
* text=auto eol=lf

# Windows 脚本使用 CRLF（如果你确实用到）
*.bat text eol=crlf
*.cmd text eol=crlf

# Linux/macOS 脚本强制使用 LF
*.sh text eol=lf
*.py text eol=lf
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.qml text eol=lf
