[PATCH] D143091: [clang-format] PackConstructorInitializers support PCIS_OnlyNextLine
Zhikai Zeng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 3 23:55:33 PST 2023
Backl1ght added inline comments.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:3891
+ * ``PCIS_OnlyNextLine`` (in configuration: ``OnlyNextLine``)
+ Put all constructor initializers on the next line if they fit.
----------------
@HazardyKnusperkeks Maybe I misunderstand something, I think I already add an entry here by running `clang/docs/tools/dump_format_style.py`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143091/new/
https://reviews.llvm.org/D143091
More information about the cfe-commits
mailing list