1ColumnLimit: 0
2IndentWidth: 8
3UseTab: ForIndentation
4
5AlignOperands: true
6AlignAfterOpenBracket: Align
7AlignEscapedNewlines: DontAlign
8IndentCaseLabels: false
9
10BreakBeforeBraces: WebKit
11AlwaysBreakAfterReturnType: TopLevelDefinitions
12
13AllowShortIfStatementsOnASingleLine: false
14AllowShortBlocksOnASingleLine: false
15AllowShortCaseLabelsOnASingleLine: false
16AllowShortFunctionsOnASingleLine: None
17AllowShortLoopsOnASingleLine: false
18
19DerivePointerAlignment: false
20PointerAlignment: Right
21
22PenaltyBreakAssignment: 9999
23PenaltyBreakBeforeFirstCallParameter: 9999