[clang] Add support for aligning BlockComments in declarations (PR #109497)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 00:39:51 PDT 2024
================
@@ -50,33 +50,43 @@ template <> struct MappingTraits<FormatStyle::AlignConsecutiveStyle> {
{/*Enabled=*/true, /*AcrossEmptyLines=*/false,
/*AcrossComments=*/false, /*AlignCompound=*/false,
/*AlignFunctionDeclarations=*/true,
- /*AlignFunctionPointers=*/false, /*PadOperators=*/true}));
+ /*AlignFunctionPointers=*/false,
+ /*PadOperators=*/true,
+ /*AlignBlockComments=*/false}));
----------------
owenca wrote:
Undo.
https://github.com/llvm/llvm-project/pull/109497
More information about the cfe-commits
mailing list