BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 UseTab: Never ColumnLimit: 120 AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline BreakBeforeBraces: Linux SpaceBeforeParens: ControlStatements SpacesInParentheses: false SpacesInSquareBrackets: false SpacesInAngles: false SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true PointerAlignment: Left AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignTrailingComments: true AlignOperands: true AlwaysBreakAfterReturnType: None AllowShortBlocksOnASingleLine: Empty Cpp11BracedListStyle: false DerivePointerAlignment: false KeepEmptyLinesAtTheStartOfBlocks: false SortIncludes: false IncludeBlocks: Preserve IndentCaseLabels: true IndentGotoLabels: false IndentPPDirectives: None MaxEmptyLinesToKeep: 1 SpacesBeforeTrailingComments: 1