1 Star 1 Fork 0

刻BITTER/HK32F030M EIDE 项目模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
刻BITTER 提交于 2023-04-29 20:11 . initial
BasedOnStyle: google
# 缩进格式:4 空格
IndentWidth: 4
TabWidth: 4
UseTab: Never
NamespaceIndentation: All
ColumnLimit: 0
AlignConsecutiveMacros: AcrossComments
AlignTrailingComments: true
MaxEmptyLinesToKeep: 2
# 花括号风格:else 块另起一行
BreakBeforeBraces: Custom
BraceWrapping:
BeforeElse: True
BreakConstructorInitializers: AfterColon
BracketAlignmentStyle: Align
AlignConsecutiveMacros:
Enabled: true
AcrossComments: false
AlignOperands: AlignAfterOperator
BreakBeforeBinaryOperators: All
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/etberzin/HK32F030M_EIDE_TEMPLATE.git
git@gitee.com:etberzin/HK32F030M_EIDE_TEMPLATE.git
etberzin
HK32F030M_EIDE_TEMPLATE
HK32F030M EIDE 项目模板
main

搜索帮助