[clang] [clang-format] Allow custom pointer/ref alignment in return types (PR #169160)

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 24 23:20:25 PST 2025


================
@@ -4036,9 +4036,78 @@ struct FormatStyle {
     PAS_Middle
   };
 
+  /// \brief The pointer/reference alignment style for function return types.
+  enum ReturnTypeAlignmentStyle : int8_t {
----------------
mydeveloperday wrote:

can these be alphabetic ordering

https://github.com/llvm/llvm-project/pull/169160


More information about the cfe-commits mailing list