[PATCH] D14484: [clang-format] Formatting constructor initializer lists by putting them always on different lines

2023-01-28 Thread Hantao Pan via Phabricator via cfe-commits
HantaoPan added a comment. In D14484#4087827 , @owenpan wrote: > In D14484#4079711 , @HantaoPan wrote: > >> Hi, >> I am interesting in this feature too. You know, consistency is crucial to a >> large program... >>

[PATCH] D14484: [clang-format] Formatting constructor initializer lists by putting them always on different lines

2023-01-25 Thread Hantao Pan via Phabricator via cfe-commits
HantaoPan added a comment. Herald added a project: All. Hi, I am interesting in this feature too. You know, consistency is crucial to a large program... regards, Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D14484/new/ https://reviews.llvm.org/D14484 __