mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-06 17:03:17 +00:00
11 lines
235 B
YAML
11 lines
235 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
UseCRLF: false
|
|
BreakBeforeBraces: Attach
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
IndentCaseLabels: true
|
|
IndentPPDirectives: BeforeHash
|
|
AlignConsecutiveMacros: Consecutive
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
...
|