14 lines
365 B
YAML
14 lines
365 B
YAML
---
|
|
AlignConsecutiveShortCaseStatements:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: true
|
|
IndentCaseLabels: true
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLoopsOnASingleLine: true
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
AlignAfterOpenBracket: BlockIndent
|