mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-05-05 20:29:31 +00:00
25 lines
515 B
Plaintext
25 lines
515 B
Plaintext
|
|
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
|