mirror of
https://github.com/trafi/maybe-result-cpp
synced 2024-11-26 04:26:06 +01:00
18 lines
518 B
YAML
18 lines
518 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: WebKit
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
ColumnLimit: 100
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
Cpp11BracedListStyle: true
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AlignAfterOpenBracket: true
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakTemplateDeclarations: true
|
|
IndentCaseLabels: true
|
|
PenaltyReturnTypeOnItsOwnLine: 300
|
|
NamespaceIndentation: All
|
|
Standard: Cpp11 |