[PATCH] D88227: [clang-format] Add a SpaceBeforePointerQualifiers style option

Mark Zeren via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 24 18:21:58 PDT 2020


mzeren-vmw added a comment.

Perhaps PointerAlignment should be an enum of Left, Middle, Right?
We maintain an internal patch that adds "ReferenceAlignment" as separate from PointerAlignment. So one could have:

  PointerAlignment: Middle
  ReferenceAlignment: Left


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88227/new/

https://reviews.llvm.org/D88227



More information about the cfe-commits mailing list