Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang-format: add AlignConsecutiveMacros
Problem: the current clang-format removes alignment of the values of consecutive macro assignments, which makes things less readable. clang-20 adds AlignConsecutiveMacros. Add it so we'll be ready.
- Loading branch information