[PATCH] D105099: [clang-format] Add an option to put one constructor initializer per line
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 29 08:13:16 PDT 2021
MyDeveloperDay added a comment.
Seem similar to D90232: [clang-format] Formatting constructor initializer lists by putting them always on different lines (update to D14484) <https://reviews.llvm.org/D90232> which seems to have got stalled
I sort of feel I prefer the design where we have an enum rather than introducing a separate option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105099/new/
https://reviews.llvm.org/D105099
More information about the cfe-commits
mailing list