---
BasedOnStyle: WebKit
AlignEscapedNewlines: DontAlign
AlignOperands: 'true'
AlignTrailingComments: 'true'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: 'true'
AllowShortLoopsOnASingleLine: 'true'
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: 'false'
BinPackArguments: 'true'
BinPackParameters: 'true'
BreakBeforeBraces: Attach
BreakConstructorInitializers: AfterColon
ConstructorInitializerIndentWidth: '4'
ContinuationIndentWidth: '2'
Cpp11BracedListStyle: 'false'
DerivePointerAlignment: 'true'
FixNamespaceComments: 'true'
IncludeBlocks: Regroup
IndentCaseLabels: 'true'
Language: Cpp
MaxEmptyLinesToKeep: '4'
PenaltyBreakAssignment: '16'
PenaltyBreakBeforeFirstCallParameter: '16'
PenaltyBreakString: '128'
PenaltyExcessCharacter: '2'
PenaltyReturnTypeOnItsOwnLine: '16'
ReflowComments: 'false'
SortIncludes: 'false'
SpaceBeforeParens: Never
Standard: Auto

...
