Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running `clang-format-16` locally aligns trailing comments differently than what's already in `dev`. Furthermore, the directive `AlignTrailingComments` changed from its old value (boolean) to one with more parameters. This PR updates `.clang-format` for that directive and includes the files changed by the formatting. Hopefully this reduces any variation between local and CI installations.
- Loading branch information