[clang] clang-format: Add AlignFunctionDeclarations attribute to AlignConsecutiveDeclarations (PR #108241)

Brad House via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 22 14:56:09 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:

ah, gotcha

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


More information about the cfe-commits mailing list