mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
34 lines
887 B
YAML
34 lines
887 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Mozilla
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortBlocksOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AlignAfterOpenBracket: Align
|
|
AlignConsecutiveAssignments: false
|
|
AlignConsecutiveDeclarations: false
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
BreakConstructorInitializers: BeforeComma
|
|
ColumnLimit: 100
|
|
ConstructorInitializerIndentWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
Cpp11BracedListStyle: true
|
|
DerivePointerAlignment: true
|
|
FixNamespaceComments: true
|
|
IndentWidth: 4
|
|
IndentWrappedFunctionNames: true
|
|
IncludeBlocks: Regroup
|
|
NamespaceIndentation: None
|
|
PointerAlignment: Left
|
|
SortIncludes: true
|
|
SpacesBeforeTrailingComments: 3
|
|
Standard: Cpp11
|
|
UseTab: Never
|
|
...
|