---
BasedOnStyle: Webkit
IndentWidth: 8
---
Language: Cpp
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlines: Left
AlwaysBreakAfterReturnType: TopLevelDefinitions
BreakBeforeBraces: Custom
BreakBeforeBinaryOperators: NonAssignment
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterUnion: true
BeforeElse: true
SplitEmptyFunction: false
SplitEmptyRecord: false
ColumnLimit: 79
IndentCaseLabels: true
PointerAlignment: Right