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