# Windows 批处理脚本强制使用 CRLF 换行 *.bat text eol=crlf *.cmd text eol=crlf # Shell 脚本强制使用 LF 换行 *.sh text eol=lf