BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 100 Language: Cpp DerivePointerAlignment: false PointerAlignment: Left AccessModifierOffset: -4 AlignAfterOpenBracket: AlwaysBreak AlignConsecutiveAssignments: false AlignEscapedNewlines: DontAlign AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BinPackParameters: false PenaltyBreakBeforeFirstCallParameter: 1 PenaltyReturnTypeOnItsOwnLine: 100 PointerBindsToType: true BreakBeforeBraces: Stroustrup BraceWrapping: AfterFunction: true AfterClass: false BeforeCatch: true BeforeElse: true