Issue 178219
Summary Option for clang-format to remove empty lines in wrapped function call lines
Labels clang-format
Assignees
Reporter recvfrom
    If I have a function call like the following:
```
 ALongFuctionNameToBeCalledHere(some_parameter_one_here,       
 
 another_long_name_here_so_wrapping_occurs);
```

I'd like the empty line to be removed by clang-format. `RemoveEmptyLinesInUnwrappedLines` seems close to what I'm looking for, but presumably doesn't have an effect because this is not an unwrapped line IIUC.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to