mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05: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…
Add table
Reference in a new issue