mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
12 lines
327 B
YAML
12 lines
327 B
YAML
BasedOnStyle: LLVM
|
|
|
|
PointerAlignment: Left
|
|
IndentCaseLabels: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BinPackArguments: true
|
|
FixNamespaceComments: true
|
|
MacroBlockBegin: "^CONTINUABLE_BLOCK_.*_BEGIN$"
|
|
MacroBlockEnd: "^CONTINUABLE_BLOCK_.*_END$"
|