加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 1009 Bytes
一键复制 编辑 原始数据 按行查看 历史
.git* export-ignore
.hooks* export-ignore
*.sh crlf=input
newalpha crlf=input
newversion crlf=input
pre-commit crlf=input
# Custom attribute to mark sources as using our C code style.
[attr]our-c-style whitespace=tab-in-indent,-blank-at-eol format.clang-format=8
*.c our-c-style
*.h our-c-style
*.cpp our-c-style
*.cxx our-c-style
*.hxx our-c-style
*.txx our-c-style
*.mm our-c-style
*.glsl whitespace=tab-in-indent,-blank-at-eol
*.txt whitespace=tab-in-indent,-blank-at-eol
*.cmake whitespace=tab-in-indent,-blank-at-eol
*.sha512 eol=lf
*.md whitespace=tab-in-indent conflict-marker-size=30
# Third party code.
Utilities/KWIML/** -format.clang-format
Utilities/KWSys/** -format.clang-format
Utilities/MetaIO/** -format.clang-format
ThirdParty/** -format.clang-format
CMake/patches/** -format.clang-format
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化