6 Star 48 Fork 13

XWOS / 玄武操作系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
隐星魂 提交于 2023-12-28 18:07 . chore: :wrench:更新.clang-format
---
BasedOnStyle: Mozilla
AlignEscapedNewlines: Left
BinPackArguments: true
BinPackParameters: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: false
AfterClass: true
AfterControlStatement: Never
AfterEnum: false
AfterExternBlock: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
BeforeLambdaBody: false
BeforeWhile: false
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: false
SplitEmptyNamespace: true
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
BreakAfterAttributes: Leave
BreakBeforeTernaryOperators: false
ColumnLimit: 88
PenaltyBreakAssignment: 10
PenaltyBreakBeforeFirstCallParameter: 30
PenaltyBreakComment: 10
PenaltyBreakFirstLessLess: 0
PenaltyBreakString: 10
PenaltyExcessCharacter: 100
PenaltyReturnTypeOnItsOwnLine: 60
Cpp11BracedListStyle: false
IndentCaseLabels: false
IndentExternBlock: NoIndent
IndentGotoLabels: false
IndentPPDirectives: AfterHash
IndentWidth: 8
InsertBraces: true
PointerAlignment: Middle
ReferenceAlignment: Pointer
PPIndentWidth: 2
SortIncludes: Never
---
Language: Cpp
---
Language: Proto
...
C
1
https://gitee.com/xwos/XWOS.git
git@gitee.com:xwos/XWOS.git
xwos
XWOS
玄武操作系统
main

搜索帮助