加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 398 Bytes
一键复制 编辑 原始数据 按行查看 历史
# See https://git-scm.com/docs/gitattributes
# See https://help.github.com/articles/dealing-with-line-endings/
# default behavior, if core.autocrlf is unset.
* text=auto
# files to be converted to native line endings on checkout.
*.cpp text
*.h text
# files to always have CRLF line endings on checkout.
*.bat text eol=crlf
# files to always have CR line endings on checkout.
*.sh text eol=cr
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化