3 Star 6 Fork 5

pibot/pibot_bringup

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
pibot 提交于 2023-06-08 09:39 +08:00 . add clang format file
---
BasedOnStyle: Google
IndentWidth: 2
ColumnLimit: 150
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
SortIncludes: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: true
AllowShortLambdasOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AlignAfterOpenBracket: true
BinPackParameters: false
BinPackArguments: false
AllowAllParametersOfDeclarationOnNextLine: false
BreakConstructorInitializers: BeforeComma
BreakBeforeBinaryOperators: false
PenaltyBreakBeforeFirstCallParameter: 19
PenaltyBreakComment: 1000
PenaltyBreakString: 1
PenaltyBreakFirstLessLess: 1000
PenaltyBreakAssignment: 1000
AllowAllArgumentsOnNextLine: false
ConstructorInitializerIndentWidth: 2
---
Language: Proto
# Don't format .proto files.
DisableFormat: false
IndentWidth: 2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pibot/pibot_bringup.git
git@gitee.com:pibot/pibot_bringup.git
pibot
pibot_bringup
pibot_bringup
master

搜索帮助