---
BasedOnStyle:  WebKit
Language:        Cpp
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignOperands:   true
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BraceWrapping:
  AfterClass:      true
  AfterFunction:   true
  SplitEmptyFunction: false
  SplitEmptyRecord: false
  SplitEmptyNamespace: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
BreakBeforeInheritanceComma: true
BreakConstructorInitializersBeforeComma: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
IndentCaseLabels: true
IndentWidth:     2
KeepEmptyLinesAtTheStartOfBlocks: false
ObjCBlockIndentWidth: 2
PointerAlignment: Middle
SortIncludes:    false
Standard:        Cpp03
TabWidth:        8
UseTab:          Never
...

