The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29.07k
stars
11.99k
forks
source link
[clang-format] AlignConsecutiveAssignments breaks formatting of continued functions #53497
Open
mkurdej opened 2 years ago
Related to #52772.
Given:
The code:
is formatted correctly.
However, this one, with alignment on the assignment:
has its last line being aligned with the opening parenthesis.
Expected formatting (not sure about the indentation of the last two lines though):