---
Language: Cpp
BasedOnStyle: WebKit
AlignEscapedNewlines: true
AlignTrailingComments: true
AlignOperands: false
AlignAfterOpenBracket: true
BreakConstructorInitializers: BeforeColon
PackConstructorInitializers: Never
BreakBeforeBraces: Linux
Cpp11BracedListStyle: true
ColumnLimit: 120
NamespaceIndentation: None
SpaceAfterTemplateKeyword: false
SpacesBeforeTrailingComments: 1
DerivePointerAlignment: true
ReflowComments: true
InsertBraces: true
AllowShortFunctionsOnASingleLine: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: true
#AllowShortIfStatementsOnASingleLine: true
