BasedOnStyle: WebKit
IndentWidth: '4'
ColumnLimit: '100'
Language: Cpp

AllowShortBlocksOnASingleLine: 'false'
AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: 'false'

BreakConstructorInitializers: AfterColon
