From 8f50be202ab7ab739a15fad0cfdeb5b42deb84ce Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Sat, 23 May 2020 11:10:02 -0400 Subject: [PATCH] Fix #88, Only inline empty functions --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 2a9c7c7b2..b1c8cdf81 100755 --- a/.clang-format +++ b/.clang-format @@ -11,7 +11,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: All +AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None