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