From ce8e9ba530e1c43342b21dcf300096b67ca9a8ea Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 29 May 2023 15:59:38 +0200 Subject: c++: change clang-fmt --- src/development/c++/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/development/c++/.clang-format') diff --git a/src/development/c++/.clang-format b/src/development/c++/.clang-format index 3cfb373..1b5900c 100644 --- a/src/development/c++/.clang-format +++ b/src/development/c++/.clang-format @@ -18,7 +18,7 @@ AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: Inline +AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: false -- cgit v1.2.3