mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
update AllowShortBlocksOnASingleLine param (not work)
This commit is contained in:
parent
767f9aa4fa
commit
e95db0eedd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ AlignEscapedNewlines: Left
|
|||
AlignOperands: true
|
||||
AlignTrailingComments: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortBlocksOnASingleLine: Never
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
|
|
Loading…
Reference in a new issue