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