BasedOnStyle: WebKit
ReflowComments: Never
AlignTrailingComments: false
PointerAlignment: Right
AlignOperands: Align
ColumnLimit: 90
BreakBeforeBinaryOperators: None
PPIndentWidth: 1
IndentWidth: 2
RemoveParentheses: ReturnStatement
AlignArrayOfStructures: Left
AlignAfterOpenBracket: DontAlign
InsertTrailingCommas: Wrapped
BinPackArguments: false
BinPackParameters: OnePerLine
AlignConsecutiveAssignments:
  Enabled: true
  AcrossEmptyLines: true
AllowShortFunctionsOnASingleLine: Inline
