--- Language: Cpp BasedOnStyle: LLVM AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true AlignEscapedNewlinesLeft: false AllowShortFunctionsOnASingleLine: Empty AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine : false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: AllDefinitions BreakBeforeBraces: Linux ColumnLimit: 0 IndentCaseLabels: true KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 ReflowComments: true PointerAlignment: Left SortIncludes: true SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: Always SpaceInEmptyParentheses: false SpacesBeforeTrailingComments: 1 SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false Cpp11BracedListStyle: false AccessModifierOffset: -8 IndentWidth: 8 TabWidth: 8 UseTab: ForIndentation