Code style

C++ standard

This repo targets C++17 (see the root CMakeLists.txt).

Formatting

Formatting is enforced in CI. Configuration lives at the repo root:

Static analysis: .clang-tidy — clang-tidy 18.

Only files changed relative to the PR's base branch are checked. See Contributing for how to run the format/tidy checks locally.