mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-02-13 13:03:07 +00:00
25 lines
515 B
YAML
25 lines
515 B
YAML
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
|
|
IndentAccessModifiers: false
|
|
AccessModifierOffset: -4
|
|
|
|
AlignAfterOpenBracket: BlockIndent
|
|
BinPackParameters: false
|
|
BinPackArguments: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
PenaltyBreakBeforeFirstCallParameter: 1
|
|
|
|
PointerAlignment: Left
|
|
ReferenceAlignment: Left
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
BreakAfterReturnType: None
|
|
PenaltyReturnTypeOnItsOwnLine: 1000
|