[PATCH] D125171: [clang-format] Add a new clang-format option AlwaysBreakBeforeFunctionParameters
Hristo Hristov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 28 09:46:45 PDT 2023
H-G-Hristov added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:25716
+ " int param2,\n"
+ " int param3);\n",
+ Style);
----------------
Does this work with `BAS_BlockIndent`? I don't see any related tests.
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