================ @@ -4753,6 +4793,13 @@ struct FormatStyle { AlignConsecutiveMacros == R.AlignConsecutiveMacros && AlignConsecutiveShortCaseStatements == R.AlignConsecutiveShortCaseStatements && + AlignConsecutiveTableGenCondOperatorColons == + R.AlignConsecutiveTableGenCondOperatorColons && + AlignConsecutiveTableGenBreakingDAGArgColons == + R.AlignConsecutiveTableGenBreakingDAGArgColons && + AlignConsecutiveTableGenDefinitions == + R.AlignConsecutiveTableGenDefinitions && + AlignConsecutiveMacros == R.AlignConsecutiveMacros && ---------------- rymiel wrote:
Small copy paste error, I'm assuming, AlignConsecutiveMacros has already been checked. Also, these options should be alphabetical in order https://github.com/llvm/llvm-project/pull/76059 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits