[PATCH] D33029: [clang-format] add option for dangling parenthesis
Ryan Stringham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 15:14:50 PDT 2020
stringham added a comment.
@bbassi, I don't have plans to address this, and am supportive of you finishing it up.
The plan was to move this as one of the options in the `BracketAlignmentStyle` configuration (value of `AlwaysBreakWithDanglingParenthesis`) rather than have it be a brand new config property.
So we need to do that switch, and write new tests for this feature.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D33029/new/
https://reviews.llvm.org/D33029
More information about the cfe-commits
mailing list