mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-23 08:55:26 +02:00
clang-format: change AllowShortFunctionsOnASingleLine option to Empty
Change-Id: I12759a9d830c8a8b1099567a3350e68293c5d223
This commit is contained in:
parent
c2411af6c9
commit
a364b6195b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ AlignTrailingComments: true
|
|||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLambdasOnASingleLine: Inline
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
|
|
Loading…
Add table
Reference in a new issue