================ @@ -5668,31 +5668,107 @@ the configuration (without a prefix: ``Auto``). .. _PointerAlignment: -**PointerAlignment** (``PointerAlignmentStyle``) :versionbadge:`clang-format 3.7` :ref:`¶ <PointerAlignment>` +**PointerAlignment** (``PointerAlignmentOptions``) :versionbadge:`clang-format 3.7` :ref:`¶ <PointerAlignment>` Pointer and reference alignment style. - Possible values: + Acceptable values (configured as a single string or with suboptions): + * ``Left`` + * ``Right`` + * ``Middle`` ---------------- mydeveloperday wrote:
Feels like it should be Left/Right/Middle/Custom/Leave where Custom lets you change what you have here I don't feel like the "Default" follows the pattern of other options as a struct https://github.com/llvm/llvm-project/pull/169160 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
