2022-02-14 06:17:22 +00:00
|
|
|
BasedOnStyle: Webkit
|
|
|
|
ColumnLimit: 120
|
|
|
|
PointerAlignment: Right
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AlignConsecutiveMacros: Consecutive
|
|
|
|
IndentCaseLabels: true
|
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
|
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
|
|
|
SpacesInCStyleCastParentheses: false
|
2022-02-19 03:34:22 +00:00
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
NamespaceIndentation: None
|
|
|
|
FixNamespaceComments: true
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
BreakConstructorInitializers: AfterColon
|
|
|
|
AlignArrayOfStructures: Left
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
SpaceInEmptyBlock: false
|
|
|
|
LambdaBodyIndentation: Signature
|
|
|
|
BreakBeforeTernaryOperators: false
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
SpaceAroundPointerQualifiers: Both
|
2022-02-14 06:17:22 +00:00
|
|
|
|
|
|
|
ForEachMacros:
|
|
|
|
- 'DLIST_FOR_EACH_ENTRY'
|
|
|
|
- 'DLIST_FOR_EACH_ENTRY_REVERSE'
|
|
|
|
- 'DLIST_FOR_EACH_ENTRY_SAFE'
|