<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/83547>83547</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
BinPackParameters ignored when ColumnLimit is set
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
p3732
</td>
</tr>
</table>
<pre>
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) {
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyMks-u2jwQxZ_G2YxA9iQhZJEFcMXq-yqqPkA1cYbErROn_gO6b18FaO9Vi9palmzPzDn6yToUgukn5kaUe1G-ZJTi4Hwz51WOWeu61-Z_M5mRLGg3nU0P0YHn2bsuaYariQNoS1O_Ojs_UgRVCTyA2gJNHahayBchd2IjH_v23JvpRPrriTyNHNkHke_gTDbwvX9wNo3Tf2Y0cekoKZ_aPIYpBTP1TydCpGg0XJzpHgWOaf7cUWQQuP1AKRqbwicmr4eTm92FPQjczferwMNdBu_WD9HHxP71Z1Xg7ttSEFiDqPZPaaKDlrUb-W-s8Ib5b5S_QP0ZJuuavKvzmjJuVCVr3JaVwmxokBVSrjvitpQ5l7pUBRZ1TZL4zDVmpkGJhcylknVeKlyfNW1oo1qFXGxUrkUheSRj19ZexrXzfWZCSNxs87KoMkst23ALGuLEV7g1BeKSO98smlWb-iAKaU2I4c0lmmi5-S02YPrJee7gOvAE71IDJix_mCVvmyHGeQmYwKPAY2_ikNq1dqPA4-L_OFazd19YR4HHG1UQeLxRfw8AAP__7fz0SQ">