[PATCH] D109557: Adds a BreakBeforeClosingParen option
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 14 04:29:39 PDT 2021
MyDeveloperDay added a comment.
Personally I'm not convinced there wouldn't be people who want this for function declarations and definitions
Function(
param1,
param2,
param3
);
but don't want this
if (
foo()
)
....
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109557/new/
https://reviews.llvm.org/D109557
More information about the cfe-commits
mailing list