mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
13 lines
359 B
YAML
13 lines
359 B
YAML
BasedOnStyle: LLVM
|
|
|
|
PointerAlignment: Left
|
|
IndentCaseLabels: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BinPackArguments: true
|
|
FixNamespaceComments: true
|
|
# IndentPPDirectives: AfterHash
|
|
MacroBlockBegin: "^CONTINUABLE_BLOCK_.*_BEGIN$"
|
|
MacroBlockEnd: "^CONTINUABLE_BLOCK_.*_END$"
|