================
@@ -89,6 +99,7 @@ template <> struct
MappingTraits<FormatStyle::AlignConsecutiveStyle> {
Value.AlignFunctionDeclarations);
IO.mapOptional("AlignFunctionPointers", Value.AlignFunctionPointers);
IO.mapOptional("PadOperators", Value.PadOperators);
+ IO.mapOptional("AlignBlockComments", Value.AlignBlockComments);
----------------
owenca wrote:
Move up to keep `Align...` sorted.
https://github.com/llvm/llvm-project/pull/109497
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits