[PATCH] D125171: [clang-format] Add a new clang-format option AlwaysBreakBeforeFunctionParameters
jonathan molinatto via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 13 07:28:32 PDT 2023
jrmolin added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:25716
+ " int param2,\n"
+ " int param3);\n",
+ Style);
----------------
H-G-Hristov wrote:
> Does this work with `BAS_BlockIndent`? I don't see any related tests.
How do you want me to test it? I'm happy to, if that means this will get merged at some point.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125171/new/
https://reviews.llvm.org/D125171
More information about the cfe-commits
mailing list