================
@@ -236,6 +236,16 @@ struct FormatStyle {
/// int (*f)();
/// \endcode
bool AlignFunctionPointers;
+ /// Only for ``AlignConsecutiveAssignments``. Whether enum assignments are
+ /// aligned.
----------------
aaronsms wrote:I have updated the docs. https://github.com/llvm/llvm-project/pull/194154 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
