[clang] [clang-format] add option to control bin-packing keyworded parameters (PR #131605)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 27 13:08:00 PDT 2025
================
@@ -29102,6 +29102,65 @@ TEST_F(FormatTest, BreakBeforeClassName) {
" ArenaSafeUniquePtr {};");
}
+TEST_F(FormatTest, FunctionDeclarationWithKeywords) {
----------------
HazardyKnusperkeks wrote:
The test name should be changed, I'd refer directly to the option.
https://github.com/llvm/llvm-project/pull/131605
More information about the cfe-commits
mailing list