Issue 91066
Summary Question about alignment of binary operators
Labels new issue
Assignees
Reporter manos-msdn
    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)


_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to