BasedOnStyle: LLVM UseTab: Always IndentWidth: 8 TabWidth: 8 ContinuationIndentWidth: 8 BreakBeforeBraces: Linux AlignAfterOpenBracket: DontAlign AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignOperands: DontAlign BinPackArguments: false BinPackParameters: false AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false ColumnLimit: 80 PointerAlignment: Right