# 统一文本文件行尾为LF,避免Windows环境出现“仅分隔符差异” - rqrq * text=auto eol=lf # 保持Windows脚本使用CRLF,避免命令行执行兼容性问题 - rqrq *.bat text eol=crlf *.cmd text eol=crlf