From 1e9740e54433a71c71c9a46db8438418401a036d Mon Sep 17 00:00:00 2001 From: sfja Date: Wed, 25 Mar 2026 22:37:18 +0100 Subject: [PATCH] re-add new clang-format feature --- backend/.clang-format | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/.clang-format b/backend/.clang-format index d04a59a..859ab4c 100644 --- a/backend/.clang-format +++ b/backend/.clang-format @@ -7,9 +7,8 @@ InsertNewlineAtEOF: true AllowShortFunctionsOnASingleLine: None BinPackArguments: false -# BinPackLongBracedList: false -# BinPackParameters: OnePerLine -BinPackParameters: true +BinPackLongBracedList: false +BinPackParameters: OnePerLine AllowAllArgumentsOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true