BasedOnStyle: WebKit
AlignAfterOpenBracket: Align
AlignConsecutiveDeclarations:
  PadOperators: true
AlignOperands: Align
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: true
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializers: BeforeColon
ColumnLimit: 116
Cpp11BracedListStyle: true
PackConstructorInitializers: NextLine
IncludeCategories:
- Regex: ^<[^.]*>
  Priority: 1
  SortPriority: 0
  CaseSensitive: false
- Regex: ^<.*.h>
  Priority: 2
  SortPriority: 0
  CaseSensitive: false
- Regex: .*
  Priority: 3
  SortPriority: 0
  CaseSensitive: false
IndentCaseLabels: true
NamespaceIndentation: None
PenaltyReturnTypeOnItsOwnLine: 1000
ReflowComments: false
SpaceAfterTemplateKeyword: false
SpaceBeforeCtorInitializerColon: false
SpaceBeforeRangeBasedForLoopColon: false
SpaceInEmptyBlock: false
SpacesInContainerLiterals: false
BitFieldColonSpacing: After
