Files
2026-05-05 18:17:02 -07:00

11 lines
235 B
YAML

---
BasedOnStyle: LLVM
UseCRLF: false
BreakBeforeBraces: Attach
AllowShortBlocksOnASingleLine: Empty
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
AlignConsecutiveMacros: Consecutive
AllowShortCaseLabelsOnASingleLine: true
...