1 Star 0 Fork 0

m-RNA/基于MSP432和MAX31865温度传感器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
m-RNA 提交于 2023-06-04 10:28 . 初始化
Language: Cpp
# 宏对齐
# AlignConsecutiveMacros: AcrossEmptyLinesAndComments
AlignConsecutiveMacros:
Enabled: true
AcrossEmptyLines: false
AcrossComments: true
# 对齐连续的尾随的注释
AlignTrailingComments: true
# 连续空行的最大数量
MaxEmptyLinesToKeep: 1
# 在尾随的评论前添加的空格数(只适用于//)
SpacesBeforeTrailingComments: 1
# 每行的最大字符数
ColumnLimit: 120
IndentWidth: 4
AccessModifierOffset: -4
# 花括号换行
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true
BreakBeforeBinaryOperators: All
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: true
BreakStringLiterals: true
IndentCaseLabels: true
KeepEmptyLinesAtTheStartOfBlocks: true
PointerAlignment: Right
SpaceAfterCStyleCast: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/chenjjian/BasedOnMSP432AndMAX31865_TemperatureSensors.git
git@gitee.com:chenjjian/BasedOnMSP432AndMAX31865_TemperatureSensors.git
chenjjian
BasedOnMSP432AndMAX31865_TemperatureSensors
基于MSP432和MAX31865温度传感器
master

搜索帮助