[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,
----------------
owenca wrote:

```suggestion
                     /*AcrossComments=*/false, /*AlignBlockComments=*/false,
                     /*AlignCompound=*/false,
```

https://github.com/llvm/llvm-project/pull/109497


More information about the cfe-commits mailing list