BasedOnStyle: LLVM Language: Cpp Standard: c++17 UseTab: ForIndentation TabWidth: 4 IndentWidth: 4 ContinuationIndentWidth: 4 ColumnLimit: 110 NamespaceIndentation: None BreakBeforeBraces: Attach AllowShortBlocksOnASingleLine: Empty AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false PointerAlignment: Right ReferenceAlignment: Pointer AlignAfterOpenBracket: BlockIndent AlignArrayOfStructures: None AlignConsecutiveAssignments: None AlignConsecutiveDeclarations: None AlignOperands: DontAlign BinPackArguments: false BinPackParameters: false Cpp11BracedListStyle: false IndentCaseLabels: true IndentPPDirectives: None KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 2 SortIncludes: Never SpaceBeforeParens: ControlStatements