加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
tongke6 提交于 2023-03-27 16:56 . Initial commit (#1)
# Use the Google style in this project.
BasedOnStyle: Google
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<.*\.h>'
Priority: 1
- Regex: "^<.*"
Priority: 2
- Regex: '.*\.pb\.h"$'
Priority: 5
- Regex: '^"engine.*'
Priority: 4
- Regex: '^".*'
Priority: 3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化