| Issue |
83547
|
| Summary |
BinPackParameters ignored when ColumnLimit is set
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
p3732
|
Minimal config to reproduce with clang-format 17, 18 and 19
```
BinPackParameters: false
ColumnLimit: 100
```
Causing
```
static void
setup_date (NautilusSearchPopover *popover,
NautilusQuery *query) {
```
to become
```
static void setup_date(NautilusSearchPopover *popover, NautilusQuery *query) {
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs