[clang] [clang-format] add option to control bin-packing keyworded parameters (PR #131605)
Eugene Shalygin via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 14:42:26 PDT 2025
================
@@ -498,6 +498,8 @@ clang-format
top of the file.
- Add ``EnumTrailingComma`` option for inserting/removing commas at the end of
``enum`` enumerator lists.
+- Allow to apply parameters bin-packing options to function-like macros that
+ use keywords to delimit parameters (e.g. Q_OBJECT).
----------------
zeule wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/131605
More information about the cfe-commits
mailing list