[clang] [clang-format] Option to Ignore Trailing Comment Length to AlignConsecutive (PR #190668)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 7 13:53:45 PDT 2026


================
@@ -255,13 +255,31 @@ struct FormatStyle {
     ///   bbb >>= 2;
     /// \endcode
     bool PadOperators;
+    /// Whether to consider trailing comments going over the column limit a
----------------
HazardyKnusperkeks wrote:

```suggestion
    /// Whether to consider trailing comments going over the `ColumnLimit` a
```

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


More information about the cfe-commits mailing list