2021-10-30 04:25:12 +08:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AllowShortBlocksOnASingleLine: Never
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
BreakConstructorInitializers: BeforeComma
|
|
|
|
BreakInheritanceList: BeforeComma
|
|
|
|
ColumnLimit: 150
|
|
|
|
IndentCaseLabels: false
|
|
|
|
SortIncludes: false
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
|
|
|
ObjCBlockIndentWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
PointerAlignment: Left
|
|
|
|
SpaceAfterTemplateKeyword: false
|
|
|
|
AlignEscapedNewlines: DontAlign
|
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
MaxEmptyLinesToKeep: 10
|
2024-08-02 07:25:12 +08:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 10000
|