[PATCH] D33029: [clang-format] add option for dangling parenthesis
Bhopesh Bassi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 27 13:10:13 PDT 2020
bbassi added a comment.
I don't think that's quite right. Then you will also have to have a `AlignWithDanglingParenthesis` for cases when people still want closing parenthesis on new line but want parameters as well as closing parenthesis to be aligned with opening parenthesis. I think we need a separate option, something like `BreakBeforeClosingBracket`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D33029/new/
https://reviews.llvm.org/D33029
More information about the cfe-commits
mailing list