[clang] clang-format: Add AlignFunctionDeclarations attribute to AlignConsecutiveDeclarations (PR #108241)
Brad House via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 18 03:28:57 PDT 2024
================
@@ -409,6 +409,21 @@ the configuration (without a prefix: ``Auto``).
int *p;
int (*f)();
+ * ``bool AlignFunctionDeclarations`` Only for ``AlignConsecutiveDeclarations``. Whether function declarations
----------------
bradh352 wrote:
I added version 20, let me know if I should use a different version
https://github.com/llvm/llvm-project/pull/108241
More information about the cfe-commits
mailing list