21 lines
540 B
YAML
21 lines
540 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
AlignConsecutiveBitFields:
|
|
Enabled: true
|
|
AlignConsecutiveDeclarations:
|
|
Enabled: true
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AlignConsecutiveShortCaseStatements:
|
|
Enabled: true
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLoopsOnASingleLine: true
|
|
ColumnLimit: 120
|
|
IndentCaseLabels: true
|
|
IndentPPDirectives: AfterHash
|
|
PointerAlignment: Left
|
|
LambdaBodyIndentation: OuterScope |