From 7051688fa5a236fa912f76a449dab5c201fa8d9e Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 5 Oct 2025 12:13:56 +0200 Subject: [PATCH] [Clang] Formatter: Only merge empty functions --- config/lint/clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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