Commit 5bbff07
Tsarkov Maksim
[clang-format] unexpected break after binOp '<<'
the problem occurred while checking for the correctness of the break after binary operators.
The output statement 'tok::lessless' is then break line every possible time,
which is not expected with the BreakBeforeBinaryOperators: None
Fixes #59797
Fixes #443631 parent 01ea528 commit 5bbff07
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5119 | 5119 | | |
5120 | 5120 | | |
5121 | 5121 | | |
5122 | | - | |
| 5122 | + | |
| 5123 | + | |
| 5124 | + | |
5123 | 5125 | | |
5124 | 5126 | | |
5125 | 5127 | | |
| |||
0 commit comments