Pin clang-format version for format check
This provides a consistent clang-format version.
Also adds a script CI/check_format_local
which takes the same argument as CI/check_format
but uses the same container as the CI. This means that applying format through that script locally (should) guarantee that the formatting is consistent with the CI, since it uses exactly the same version.
Edited by Paul Gessinger