1
0
Fork 0
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:
Ming Rui Zhang 2020-09-10 14:36:30 -04:00
parent c2411af6c9
commit a364b6195b

View file

@ -17,7 +17,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLambdasOnASingleLine: Inline
AllowShortLoopsOnASingleLine: false