[clang] [clang-format]: Split alignment of declarations around assignment (PR #69340)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 6 02:25:22 PST 2024
================
@@ -225,6 +225,22 @@ struct FormatStyle {
/// bbb = 2;
/// \endcode
bool AlignCompound;
+ /// Only for ``AlignConsecutiveDeclarations``. Whether function pointers
+ /// are aligned.
----------------
owenca wrote:
```suggestion
/// Only for ``AlignConsecutiveDeclarations``. Whether function pointers are
/// aligned.
```
Please regenerate the rst file after reflowing the comment.
https://github.com/llvm/llvm-project/pull/69340
More information about the cfe-commits
mailing list