2015-11-02 22:23:52 +01:00
|
|
|
Language: Cpp
|
2014-07-09 18:17:23 +02:00
|
|
|
AccessModifierOffset: -4
|
2020-06-21 11:57:48 +02:00
|
|
|
AlignAfterOpenBracket: true
|
2014-07-09 18:17:23 +02:00
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlignTrailingComments: true
|
2024-03-21 21:24:18 +01:00
|
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortEnumsOnASingleLine: false
|
2014-07-09 18:17:23 +02:00
|
|
|
AllowShortFunctionsOnASingleLine: All
|
2024-03-21 21:24:18 +01:00
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
2014-07-09 18:17:23 +02:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
2018-09-20 14:40:00 +02:00
|
|
|
BinPackArguments: true
|
2014-07-09 18:17:23 +02:00
|
|
|
BinPackParameters: false
|
2024-03-21 21:24:18 +01:00
|
|
|
BreakBeforeBinaryOperators: None
|
2018-04-17 19:22:13 +02:00
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: true
|
|
|
|
AfterFunction: true
|
2018-09-20 14:40:00 +02:00
|
|
|
BreakBeforeTernaryOperators: true
|
2014-07-09 18:17:23 +02:00
|
|
|
BreakConstructorInitializersBeforeComma: false
|
2018-09-20 14:40:00 +02:00
|
|
|
BreakConstructorInitializers: AfterColon
|
2024-03-21 21:24:18 +01:00
|
|
|
ColumnLimit: 120
|
2014-07-09 18:17:23 +02:00
|
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
DisableFormat: false
|
2024-03-21 21:24:18 +01:00
|
|
|
FixNamespaceComments: true
|
2014-07-09 18:17:23 +02:00
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
IndentWidth: 4
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
NamespaceIndentation: None
|
|
|
|
ObjCSpaceAfterProperty: false
|
|
|
|
ObjCSpaceBeforeProtocolList: false
|
2024-03-21 21:24:18 +01:00
|
|
|
PackConstructorInitializers: Never
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 100
|
|
|
|
PenaltyBreakAssignment: 100
|
2014-07-09 18:17:23 +02:00
|
|
|
PenaltyBreakComment: 300
|
|
|
|
PenaltyBreakFirstLessLess: 120
|
2018-09-20 14:40:00 +02:00
|
|
|
PenaltyBreakString: 100
|
|
|
|
PenaltyExcessCharacter: 5
|
2014-07-09 18:17:23 +02:00
|
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
|
|
|
PointerAlignment: Left
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInContainerLiterals: true
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInParentheses: false
|
2024-03-21 21:24:18 +01:00
|
|
|
Standard: c++20
|
2014-07-09 18:17:23 +02:00
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|