diff --git a/backend/.clang-format b/backend/.clang-format index 859ab4c..56e56b4 100644 --- a/backend/.clang-format +++ b/backend/.clang-format @@ -8,7 +8,10 @@ AllowShortFunctionsOnASingleLine: None BinPackArguments: false BinPackLongBracedList: false -BinPackParameters: OnePerLine + +# replace this when when github actions/ubuntu has a new enough LLVM version +# BinPackParameters: OnePerLine +BinPackParameters: true AllowAllArgumentsOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true