BasedOnStyle: llvm --- AccessModifierOffset: -4 AlignEscapedNewlines: DontAlign AllowShortBlocksOnASingleLine: Always AllowShortCompoundRequirementOnASingleLine: true AllowShortEnumsOnASingleLine: true AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: WithoutElse AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: true AlwaysBreakTemplateDeclarations: Yes BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Attach BreakBeforeConceptDeclarations: Always BreakBeforeTernaryOperators: true ColumnLimit: 0 DerivePointerAlignment: false IncludeCategories: - Regex: '<[[:alnum:]_]+>' Priority: 1 - Regex: '<(gtest|gmock)/' Priority: 2 - Regex: '<[[:alnum:]_./]+>' Priority: 3 - Regex: '