diff --git a/config/lint/clang-format b/config/lint/clang-format index 4ce541e..ea63d60 100644 --- a/config/lint/clang-format +++ b/config/lint/clang-format @@ -75,7 +75,7 @@ AllowShortCaseExpressionOnASingleLine: true AllowShortCaseLabelsOnASingleLine: false AllowShortCompoundRequirementOnASingleLine: true AllowShortEnumsOnASingleLine: true -AllowShortFunctionsOnASingleLine: All +AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: false