[clang] [clang-format] add option to bin-pack keyworded parameters (PR #131605)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 17 12:52:31 PDT 2025


================
@@ -1192,6 +1201,8 @@ template <> struct MappingTraits<FormatStyle> {
                    Style.WhitespaceSensitiveMacros);
     IO.mapOptional("WrapNamespaceBodyWithEmptyLines",
                    Style.WrapNamespaceBodyWithEmptyLines);
+    IO.mapOptional("FunctionDeclarationsWithKeywords",
----------------
HazardyKnusperkeks wrote:

Same

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


More information about the cfe-commits mailing list