================ @@ -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 cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits