scl/.clang-format

14 lines
365 B
Plaintext
Raw Normal View History

2024-10-02 21:04:54 -04:00
---
AlignConsecutiveShortCaseStatements:
Enabled: true
AcrossEmptyLines: true
AcrossComments: true
2024-12-14 20:35:36 -05:00
IndentCaseLabels: true
2024-10-02 21:04:54 -04:00
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: true
IndentWidth: 4
PointerAlignment: Left
2024-12-14 20:35:36 -05:00
AlignAfterOpenBracket: BlockIndent