================
@@ -236,6 +236,16 @@ struct FormatStyle {
/// int (*f)();
/// \endcode
bool AlignFunctionPointers;
+ /// Only for ``AlignConsecutiveAssignments``. Whether enum assignments are
+ /// aligned.
----------------
HazardyKnusperkeks wrote:
This need to better explain:
* It is actually considered, even if `Enabled` is `false`.
* It's not necessary to set this, if left out but `Enabled` is set, this will
also apply.
* It can not deactivate aligning the enum equals, even if set to `false`.
https://github.com/llvm/llvm-project/pull/194154
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits