================ @@ -275,13 +275,36 @@ struct FormatStyle { /// bbb >>= 2; /// \endcode bool PadOperators; + /// Only for ``AlignConsecutiveDeclarations``. Whether block comments + /// are aligned in declarations. + /// \code + /// true: + /// someLongFunction(int /*a*/, + /// bool b, + /// const std::string& c) ---------------- owenca wrote:
```suggestion /// bool someLongFunction(int /*a*/, /// bool b, /// const std::string& c); ``` https://github.com/llvm/llvm-project/pull/109497 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits