BasedOnStyle: LLVM IndentWidth: 4 UseTab: Never AlignConsecutiveDeclarations: true AlignConsecutiveAssignments: true BreakBeforeBraces: Stroustrup ColumnLimit: 120 AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true SpaceBeforeParens: ControlStatements SpacesInParentheses: false SpacesInAngles: false SpacesBeforeTrailingComments: 1