[PATCH] D143091: [clang-format] PackConstructorInitializers support PCIS_NextLineOnly
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 5 01:17:18 PST 2023
HazardyKnusperkeks 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.
----------------
owenpan wrote:
> Backl1ght wrote:
> > @HazardyKnusperkeks Maybe I misunderstand something, I think I already add an entry here by running `clang/docs/tools/dump_format_style.py`.
> `NextLineOnly` instead?
> @HazardyKnusperkeks Maybe I misunderstand something, I think I already add an entry here by running `clang/docs/tools/dump_format_style.py`.
This is the documentation about the configuration. I was talking about an entry in the `clang/docs/ReleaseNotes.rst`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143091/new/
https://reviews.llvm.org/D143091
More information about the cfe-commits
mailing list