[PATCH] D33029: [clang-format] add option for dangling parenthesis

2019-06-14 Thread Guillaume Racicot via Phabricator via cfe-commits
gracicot added a comment. Will this option also work with dangling braces from initializers? I have some code that looks like this: return some_type_with_a_long_name{ get_param_number_one(), get_param_number_two() }; Clang format will put the brace at the end of the line: ret

[PATCH] D109557: Adds a BreakBeforeClosingParen option

2021-10-05 Thread Guillaume Racicot via Phabricator via cfe-commits
gracicot added a comment. In D109557#3021667 , @HazardyKnusperkeks wrote: > In D109557#3021312 , > @MyDeveloperDay wrote: > >> FYI, this is a very aggressive change, I highly recommend you run this over >> a la