mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02: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
Add a link
Reference in a new issue