Files
clang-p2996/clang/lib/Format/UnwrappedLineFormatter.cpp
sstwcw e3acfbc471 [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.
2024-01-15 03:04:42 +00:00

61 KiB