================ @@ -5824,34 +5900,111 @@ the configuration (without a prefix: ``Auto``). .. _ReferenceAlignment: -**ReferenceAlignment** (``ReferenceAlignmentStyle``) :versionbadge:`clang-format 13` :ref:`¶ <ReferenceAlignment>` +**ReferenceAlignment** (``ReferenceAlignmentOptions``) :versionbadge:`clang-format 13` :ref:`¶ <ReferenceAlignment>` Reference alignment style (overrides ``PointerAlignment`` for references). - Possible values: + Acceptable values (configured as a single string or with suboptions): + * ``Pointer`` + * ``Left`` + * ``Right`` + * ``Middle`` ---------------- mydeveloperday wrote:
Ditto comment above https://github.com/llvm/llvm-project/pull/169160 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
