30 lines
942 B
YAML
30 lines
942 B
YAML
Language: Cpp
|
|
BasedOnStyle: Microsoft
|
|
Standard: c++20
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
AlignOperands: AlignAfterOperator
|
|
AlignTrailingComments: true
|
|
AllowAllConstructorInitializersOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BraceWrapping:
|
|
AfterUnion: true
|
|
BreakBeforeBinaryOperators: All
|
|
BreakBeforeTernaryOperators: false
|
|
BreakConstructorInitializers: BeforeComma
|
|
ColumnLimit: 0
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
Cpp11BracedListStyle: false
|
|
IndentCaseBlocks: true
|
|
IndentPPDirectives: BeforeHash
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|
|
SpaceAfterTemplateKeyword: false |