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

    <tr>
        <th>Summary</th>
        <td>
            Question about alignment of binary operators
        </td>
    </tr>

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

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

    <tr>
      <th>Reporter</th>
      <td>
          manos-msdn
      </td>
    </tr>
</table>

<pre>
    I am trying this config file: 

```
---
Language: Cpp
Standard: Latest
BasedOnStyle: LLVM 
AlignOperands: Align
BreakBeforeBinaryOperators: None
...
```

I'd expect this formatted output with the && operators at the end of each line and each one followed by a new line like this:

![image](https://github.com/llvm/llvm-project/assets/42238751/3e1a9906-8f1d-4c28-a81d-5c0d915c23c5)

but it's not happening, I am getting them all in one line, is there anything else I need to include to get this result? Thanks

![image](https://github.com/llvm/llvm-project/assets/42238751/174020e9-f1c5-4a8b-8b42-eb7d9f18ba61)


</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy0U02PpDYQ_TXmUqKFzfeBw_SOWhqpk1W0Ue5lXIAzxka4yKT_fQT0apIolxxWQsZ-flCvnl5hjHb0RJ0or6J8TXDjKazdjD7EdI7GJzqYR_cGOAOvD-tH4MlG6IMf7AiDdSTyFxDZq8henmuVPZ_jmKbpubmjHzccD_6XZTnBb4ze4Gp28I5MkU_8ipHMV_-NH2eB-_23n55VXpwd_deFVvQm7ncH8PxsJXy_0hBWulqP6-PgcVgP4s_B08m7XC7_KfZc34SqDdCfC_V8tjuEdUZmMhA2XjaGD8sT8EQgVCVUBeF7HUA-cPIGwgCE_QTOegL05jwFTzAE58IHGdAPQPD0cXKcfaejoMhf_mGpkqK82nl3r3wVqpmYl4OkbkLdRsvTpi99mIW6OffH91e6rOF36lmoG8ZIHIW6FUrlTV1KoW45SWzbrEqbQZq06FWTYiNNWvaZaWXZq7wvhWr_LkRvDJaFqiP4wDDhspC3fhTqCxwZGYn5DAnNgM6B9UfDe3s7ycb9at3tePC0M8lFgjfwRAY4gPW92wzt25Ge7q8UN8civ8GvE_r3-OOtkXWRqYzadJB9mRbY6LTRhUpJ16YdZKOxkv-yJjFdbtq8xYQ6Wcuiyes8K5Kpq3RJWJekUMtGt7otjW5kQZRr01CFie1UpoqszApZFrIoLrnMmqbtJQ1NMyBWoshoRusuu_JLWMfExrhR18qsqhKHmlw8BlipPUrHpVBqn-e1O7rV2xhFkTkbOX7-hS076n7ZKLINHlCHjQH3aZrJ8x5ffQzRZ7qTbXXd_3b4ELQ7fAj-KwAA___NH2Ca">