2020-12-29 22:40:16 +01:00
|
|
|
Standard: c++20
|
2016-08-28 11:35:56 +02:00
|
|
|
UseTab: ForIndentation
|
2020-12-29 22:40:16 +01:00
|
|
|
TabWidth: 4
|
|
|
|
IndentWidth: 4
|
|
|
|
AccessModifierOffset: -4
|
2016-08-12 13:32:57 +02:00
|
|
|
PointerAlignment: Left
|
|
|
|
NamespaceIndentation: All
|
2020-12-29 22:40:16 +01:00
|
|
|
ColumnLimit: 0
|
2016-08-12 13:32:57 +02:00
|
|
|
BreakBeforeBraces: Allman
|
2020-12-29 22:40:16 +01:00
|
|
|
BreakConstructorInitializers: BeforeColon
|
|
|
|
BreakBeforeBinaryOperators: None
|
2016-08-12 13:32:57 +02:00
|
|
|
BreakBeforeTernaryOperators: false
|
2020-12-29 22:40:16 +01:00
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
|
|
AllowShortBlocksOnASingleLine: Never
|
2016-08-12 13:32:57 +02:00
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
2020-12-29 22:40:16 +01:00
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
2018-05-01 12:15:37 +02:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
2016-08-12 13:32:57 +02:00
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
IndentCaseLabels: false
|
|
|
|
SortIncludes: false
|
|
|
|
ReflowComments: true
|
2016-08-28 11:35:56 +02:00
|
|
|
AlignConsecutiveAssignments: true
|
2016-08-12 13:32:57 +02:00
|
|
|
AlignTrailingComments: true
|
2016-08-27 19:12:24 +02:00
|
|
|
AlignAfterOpenBracket: DontAlign
|
2016-08-12 13:32:57 +02:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
|
|
IndentWrappedFunctionNames: false
|