---
BasedOnStyle:  WebKit
Language:        Cpp
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignOperands:   true
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AlwaysBreakTemplateDeclarations: true
BraceWrapping:
  AfterFunction:   false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: false
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
IndentCaseLabels: true
IndentWidth:     2
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All
ObjCBlockIndentWidth: 2
PointerAlignment: Right
SortIncludes:    false
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: true
SpaceBeforeParens: Always
Standard:        Cpp03
TabWidth:        8
UseTab:          Never
...

