8000 cpp-build-tools/cpp_format_tools at main · open-telemetry/cpp-build-tools · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

C++ Format Tools + Docker

A lightweight Docker image, published as otel/cpp_format_tools to Docker Hub, with all dependencies and tools built-in, to format C++ code.

What's included in the image

  • clang-format
  • cmake-format
  • buildifier

Usage

docker run --rm --user "$(id -u):$(id -g)" --volume ${PWD}:/otel otel/cpp_format_tools
0