[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
Mon Mar 31 12:00:45 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).
----------------
HazardyKnusperkeks wrote:
```suggestion
use keywords to delimit parameters (e.g. Q_PROPERTY).
```
https://github.com/llvm/llvm-project/pull/131605
More information about the cfe-commits
mailing list