mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 08:46:44 +08:00
26 lines
755 B
YAML
26 lines
755 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$"
|
|
IncludeCategories:
|
|
- Regex: '^<+[a-z_]+>'
|
|
Priority: 1
|
|
- Regex: '^<experimental/+[a-z_]+>'
|
|
Priority: 2
|
|
- Regex: '^<(gtest|function2)/.*\.(h|hpp)>'
|
|
Priority: 3
|
|
- Regex: '^<continuable/.*\.hpp>'
|
|
Priority: 4
|
|
- Regex: '^<.*'
|
|
Priority: 5
|
|
- Regex: '.*'
|
|
Priority: 6
|