AccessModifierOffset: -1
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackParameters: false
BinPackArguments: false
BreakConstructorInitializersBeforeComma: true
PenaltyReturnTypeOnItsOwnLine: 200
PenaltyBreakBeforeFirstCallParameter: 0
PointerBindsToType: true
SpacesBeforeTrailingComments: 2
UseTab: Never
IndentWidth: 2
AlwaysBreakTemplateDeclarations: true
ColumnLimit: 90
AlignAfterOpenBracket: AlwaysBreak
