加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maxim Mazurok 提交于 2019-07-25 19:44 . Typo fix (#2592)
# Use Unix line endings in all text files.
* text=auto eol=lf
*.png -text
# Tell git which symlinks point to files, and which ones point to directories.
# This is relevant for Windows only, and requires git >= 2.19.2 to work.
/* symlink=dir
/website/* symlink=dir
/tools/clang symlink=dir
/tools/memory symlink=dir
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化