[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
Fri Mar 28 09:50:43 PDT 2025


================
@@ -5347,6 +5386,7 @@ struct FormatStyle {
            InsertBraces == R.InsertBraces &&
            InsertNewlineAtEOF == R.InsertNewlineAtEOF &&
            IntegerLiteralSeparator == R.IntegerLiteralSeparator &&
+           KeywordedFunctionLikeMacros == R.KeywordedFunctionLikeMacros &&
----------------
HazardyKnusperkeks wrote:

Sort here too, please.

https://github.com/llvm/llvm-project/pull/131605


More information about the cfe-commits mailing list