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