mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
3bc4b00e69
git-subtree-dir: src/dashbls git-subtree-split: 66ee820fbc9e3b97370db8c164904af48327a124
18 lines
427 B
YAML
18 lines
427 B
YAML
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
|