<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/58559>58559</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            BreakInheritanceList: AfterColon doest work
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          marakew
      </td>
    </tr>
</table>

<pre>
    clang-15.0.3 windows

.clang-format
BreakInheritanceList: AfterColon

```
class A :  public B, public C, public D
{
};
```

after clang-format.exe -i test.cpp
still same result
but
iam expecting changes liks

```
class A : 
     public B,
     public C,
     public D
{
};
```

</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyVUduO2yAQ_Rp4QUEYB2I_8JCLKlXqT2A8sWmwsQDX279fYifaSLvStgjBmWE4nDM0vv2rjNNjtysEZbQkix1bv0TELogdt5VuBVcfBp221CmAvv0cewg26dHALxsTKo_keE0Qzt758ZUASfaYa5jpYiRHcr9Aprlx1pAT4ucnPr_gy4PhcHqCCypPX9Juq74rIK-KKbwB2VmSICZqpmmri8k6R6IegASIs3sYa-YHsHog8DaBSXbsiOkzH0Ti7C3-o7MtQ-7jxePn7PnL7H_4xqAKKaUoGSsEblXZ1mWtcbLJgfr-o0jrc2PI4sMNz8GpPqUp5hLEf-TZ2dTPDTV-yIFzf57bbgr-d25ODm2MM8QMRCVEjXtlCgB5gH3FQexlLWpZccEqoWVxNaKQ2OkGXFRI5I7wERayUmSMxAVbxRnnBeNlsTqijYR93XLWFqw6CNagPYNBW0fvOqgPHQ5qldTMXcyHLluMH4f5R2w3AqzPZX49p94HNeigb7Dg9Wm1Sn8HRpDkWw">