13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
|
---
|
||
|
BasedOnStyle: LLVM
|
||
|
AlignConsecutiveShortCaseStatements:
|
||
|
Enabled: true
|
||
|
AcrossEmptyLines: true
|
||
|
AcrossComments: true
|
||
|
AllowShortBlocksOnASingleLine: Always
|
||
|
AllowShortCaseLabelsOnASingleLine: true
|
||
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
IndentWidth: 4
|
||
|
PointerAlignment: Left
|