diff --git a/.clang-format b/.clang-format index be931b2..7d53280 100644 --- a/.clang-format +++ b/.clang-format @@ -37,7 +37,7 @@ AlignConsecutiveShortCaseStatements: # short constructs on a single line # --------------------------- AllowShortBlocksOnASingleLine: Always -AllowShortFunctionsOnASingleLine: None +AllowShortFunctionsOnASingleLine: All AllowShortLambdasOnASingleLine: All AllowShortIfStatementsOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: true