# Windows 批处理脚本强制 CRLF(cmd 解析要求) *.bat text eol=crlf *.cmd text eol=crlf # Shell 脚本强制 LF(bash 解析要求) *.sh text eol=lf