mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
305abe91f9
* Squashed 'src/dashbls/' content from commit 66ee820fbc git-subtree-dir: src/dashbls git-subtree-split: 66ee820fbc9e3b97370db8c164904af48327a124 * build: stop tracking build-system generated relic_conf.h.in * build: add support for building bls-signatures from local subtree * build: add exclusions to linting scripts and filters * build: drop bls-signatures (bls-dash) from depends
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
|