mirror of
https://github.com/BlackMATov/defer.hpp.git
synced 2025-12-12 23:16:18 +07:00
34 lines
967 B
YAML
34 lines
967 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: BlockIndent
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignOperands: AlignAfterOperator
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BraceWrapping: { AfterNamespace: true }
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakBeforeBraces: Custom
|
|
BreakConstructorInitializers: BeforeComma
|
|
BreakInheritanceList: BeforeComma
|
|
ColumnLimit: 130
|
|
ConstructorInitializerIndentWidth: 0
|
|
FixNamespaceComments: false
|
|
IndentPPDirectives: AfterHash
|
|
IndentWidth: 4
|
|
LambdaBodyIndentation: OuterScope
|
|
NamespaceIndentation: All
|
|
PackConstructorInitializers: Never
|
|
PenaltyBreakAssignment: 100
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
|
PointerAlignment: Left
|
|
PPIndentWidth: 4
|
|
SeparateDefinitionBlocks: Always
|
|
SpacesInAngles: Leave
|
|
SpacesInConditionalStatement: true
|