A lightweight Docker image, published as otel/cpp_format_tools to Docker Hub, with all dependencies and tools built-in, to format C++ code.
- clang-format
- cmake-format
- buildifier
docker run --rm --user "$(id -u):$(id -g)" --volume ${PWD}:/otel otel/cpp_format_tools