Björn Schäpers ca69a8d2f4
[clang-format] Fix ColumnLimit violation while aligning (#165627)
It did compute the length only on the first line, and thus the following
lines could be (and in the test example were) moved over the column
limit, when the = was aligned.
2025-11-03 20:19:34 +01:00
..