[PATCH] D14484: [clang-format] Formatting constructor initializer lists by putting them always on different lines
Nikolai Hlubek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 1 00:06:29 PDT 2021
nhlubek added a comment.
In order to push this forward I have written a bug ticket that highlights this issue:
https://bugs.llvm.org/show_bug.cgi?id=50549
The patch is also really simple with the clang-format options that are available nowadays
https://github.com/Nikolai-Hlubek/clang/tree/ConstructorInitializer_AlwaysBreakAfterColon
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D14484/new/
https://reviews.llvm.org/D14484
More information about the cfe-commits
mailing list