--- BasedOnStyle: LLVM AccessModifierOffset: '-4' AlignAfterOpenBracket: Align AlignConsecutiveAssignments: 'false' AlignConsecutiveDeclarations: 'false' AlignOperands: 'true' AlignTrailingComments: 'true' AllowAllParametersOfDeclarationOnNextLine: 'false' AllowShortBlocksOnASingleLine: 'false' AllowShortCaseLabelsOnASingleLine: 'false' AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: 'false' AllowShortLoopsOnASingleLine: 'false' AlwaysBreakAfterReturnType: None AlwaysBreakTemplateDeclarations: 'true' BinPackArguments: 'true' BinPackParameters: 'true' BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Allman BreakConstructorInitializers: 'AfterColon' BreakConstructorInitializersBeforeComma: 'false' BreakStringLiterals: 'false' ColumnLimit: '0' ConstructorInitializerAllOnOneLineOrOnePerLine: 'false' ConstructorInitializerIndentWidth: '4' ContinuationIndentWidth: '4' Cpp11BracedListStyle: 'true' DerivePointerAlignment: 'false' IncludeBlocks: 'Regroup' IncludeCategories: # C++ Standard Library - Regex: '<[A-Za-z]+>' Priority: -4 # Boost Library - Regex: '