﻿---
BasedOnStyle: WebKit

AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: None
BreakStringLiterals: false
ColumnLimit: 80
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
PenaltyIndentedWhitespace: 1
PenaltyReturnTypeOnItsOwnLine: 1000000
ReflowComments: false
TabWidth: 4
UseTab: ForContinuationAndIndentation
