blob: 61a3de0ce9aac0a237ad151a40a8e0b8bafd006b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
BasedOnStyle: llvm
IndentWidth: 8
UseTab: ForIndentation
IndentCaseLabels: true
AlignConsecutiveAssignments:
Enabled: true
AlignConsecutiveDeclarations:
Enabled: true
AlignArrayOfStructures: Left
AlwaysBreakAfterDefinitionReturnType: All
AllowShortIfStatementsOnASingleLine: WithoutElse
PointerAlignment: Middle
QualifierAlignment: Right
|