mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
util: Add AllowShortCaseLabelsOnASingleLine option
This commit is contained in:
parent
e82f874a23
commit
11e3d5eb1d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ AlignEscapedNewlinesLeft: true
|
|||
AlignTrailingComments: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
|
|
Loading…
Reference in a new issue