[clang-format] Stop aligning the to continuation lines (#76378)
Some unwrapped lines are marked as continuations of the previous lines, for example the ports in a Verilog module header. Previously, if the first line following the ports line was changed, and git-clang-format was run, the changed line would be indented by an extra continuation indentation.
Loading
Please sign in to comment