mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
18 lines
427 B
Plaintext
18 lines
427 B
Plaintext
|
BasedOnStyle: Google
|
||
|
UseTab: Never
|
||
|
ColumnLimit: 80
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
IndentCaseLabels: false
|
||
|
AccessModifierOffset: -4
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
AlignAfterOpenBracket: AlwaysBreak
|
||
|
IndentCaseLabels: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterFunction: true
|
||
|
PenaltyReturnTypeOnItsOwnLine: 1000
|