BasedOnStyle: WebKit BreakBeforeBraces: Allman AlwaysBreakAfterReturnType: All BinPackArguments: true BinPackParameters: true IndentCaseLabels: true IndentWidth: 2 TabWidth: 2 UseTab: Never AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true AlignConsecutiveMacros: true AlignTrailingComments: true PointerAlignment: Left