[clang] [clang-format]: Split alignment of declarations around assignment (PR #69340)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 20:06:53 PST 2024


================
@@ -1079,6 +1079,7 @@ clang-format
 - Add ``ObjCPropertyAttributeOrder`` which can be used to sort ObjC property
   attributes (like ``nonatomic, strong, nullable``).
 - Add ``.clang-format-ignore`` files.
+- Add ``AlignFunctionPointers`` sub-option for ``AlignConsecutiveDeclarations''.
----------------
owenca wrote:

```suggestion
- Add ``AlignFunctionPointers`` sub-option for ``AlignConsecutiveDeclarations``.
```

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


More information about the cfe-commits mailing list