From 37ecae8b078043741b1ca9eb863e367854e9d5e6 Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Fri, 25 Jul 2025 14:34:01 +0200 Subject: [PATCH] Add AllowShortFunctionsOnASingleLine --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 8e2a4e5d3..3c35e67b1 100644 --- a/.clang-format +++ b/.clang-format @@ -2,6 +2,7 @@ BasedOnStyle: LLVM AccessModifierOffset: -4 AlignAfterOpenBracket: DontAlign +AllowShortFunctionsOnASingleLine: InlineOnly BreakBeforeBraces: Mozilla BreakTemplateDeclarations: Yes ColumnLimit: 100