1
1
mirror of https://github.com/trafi/maybe-result-cpp synced 2024-11-26 04:26:06 +01:00
maybe-result-cpp/.clang-format
Nerijus Arlauskas 6df8f76748 Initial files.
2016-07-05 22:59:12 +03:00

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