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