[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
================
@@ -1067,6 +1076,8 @@ template <> struct MappingTraits<FormatStyle> {
IO.mapOptional("InsertNewlineAtEOF", Style.InsertNewlineAtEOF);
IO.mapOptional("InsertTrailingCommas", Style.InsertTrailingCommas);
IO.mapOptional("IntegerLiteralSeparator", Style.IntegerLiteralSeparator);
+ IO.mapOptional("KeywordedFunctionLikeMacros",
----------------
HazardyKnusperkeks wrote:
Ditto.
https://github.com/llvm/llvm-project/pull/131605
More information about the cfe-commits
mailing list