--- Language: Cpp UseCRLF: false Standard: c++20 UseTab: Always TabWidth: 4 IndentWidth: 4 ColumnLimit: 0 SpacesInSquareBrackets: false SpacesInParentheses: false SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false SpacesInConditionalStatement: false SpacesInAngles: false SpaceInEmptyParentheses: false SpaceInEmptyBlock: false SpaceBeforeSquareBrackets: false SpaceBeforeRangeBasedForLoopColon: true SpaceBeforeParens: ControlStatements SpaceBeforeInheritanceColon: true SpaceBeforeCtorInitializerColon: true SpaceBeforeCpp11BracedList: true SpaceBeforeAssignmentOperators: true SpaceAfterTemplateKeyword: false SpaceAfterLogicalNot: false PointerAlignment: Left PackConstructorInitializers: CurrentLine NamespaceIndentation: All LambdaBodyIndentation: Signature IndentExternBlock: Indent IndentCaseLabels: true IndentAccessModifiers: false IncludeBlocks: Regroup FixNamespaceComments: false EmptyLineBeforeAccessModifier: LogicalBlock Cpp11BracedListStyle: false CompactNamespaces: false BreakConstructorInitializers: BeforeColon BreakBeforeBraces: Attach AlwaysBreakTemplateDeclarations: Yes AllowShortLambdasOnASingleLine: All AllowShortIfStatementsOnASingleLine: AllIfsAndElse AllowShortEnumsOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AlignTrailingComments: true AlignEscapedNewlines: Left AlignAfterOpenBracket: DontAlign AccessModifierOffset: -4 IncludeCategories: - Regex: <[[:alnum:]_]+> Priority: 1 - Regex: <[[:alnum:]_]+[.]h> Priority: 2 - Regex: ^