Standard: c++20 UseTab: AlignWithSpaces TabWidth: 4 IndentWidth: 4 AccessModifierOffset: -4 PointerAlignment: Left NamespaceIndentation: All ColumnLimit: 0 BreakBeforeBraces: Allman BreakConstructorInitializers: BeforeColon BreakBeforeBinaryOperators: None BreakBeforeTernaryOperators: false AlwaysBreakTemplateDeclarations: Yes AllowShortIfStatementsOnASingleLine: Never AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: Empty AllowShortLoopsOnASingleLine: false AllowShortLambdasOnASingleLine: Empty Cpp11BracedListStyle: true IndentCaseLabels: false SortIncludes: false ReflowComments: true AlignConsecutiveAssignments: false AlignTrailingComments: true AlignAfterOpenBracket: DontAlign ConstructorInitializerAllOnOneLineOrOnePerLine: false BinPackArguments: true BinPackParameters: true AlwaysBreakAfterReturnType: None KeepEmptyLinesAtTheStartOfBlocks: true IndentWrappedFunctionNames: false