You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# 统一文本文件行尾为LF,避免Windows环境出现“仅分隔符差异” - rqrq
|
|
|
* text=auto eol=lf
|
|
|
|
|
|
# 保持Windows脚本使用CRLF,避免命令行执行兼容性问题 - rqrq
|
|
|
*.bat text eol=crlf
|
|
|
*.cmd text eol=crlf
|