BasedOnStyle: LLVM UseTab: Never IndentWidth: 4 TabWidth: 4 BraceWrapping: AfterControlStatement: false AfterFunction: false AfterEnum: false AfterClass: false AfterStruct: false BeforeElse: false IndentBraces: false BreakBeforeBraces: Attach AllowShortBlocksOnASingleLine: true AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true AllowShortFunctionsOnASingleLine: Inline AllowShortCaseLabelsOnASingleLine: true SpaceBeforeParens: Custom SpaceBeforeParensOptions: AfterControlStatements: false BeforeNonEmptyParentheses: false AfterFunctionDefinitionName: true SpacesBeforeTrailingComments: 3 SpaceInEmptyParentheses: false SpacesInParentheses: true SpacesInSquareBrackets: false PointerAlignment: Left DerivePointerAlignment: false AlignConsecutiveDeclarations: true AlignConsecutiveAssignments: true AlignConsecutiveMacros: false ColumnLimit: 0 # Do not reflow long lines/comments SortIncludes: Never IncludeBlocks: Preserve IndentCaseLabels: false