MyDeveloperDay added inline comments.
================ Comment at: clang/docs/ClangFormatStyleOptions.rst:797 + AlignConsecutiveMacros: + Enabled: true + AcrossEmptyLines: true ---------------- why do we need Enabled? isn't it just ``` false: AcrossEmptyLines: false AcrossComments: false true: AcrossEmptyLines: true AcrossComments: true ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D132131/new/ https://reviews.llvm.org/D132131 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits