`clang-format` all C/C++ files in the project.

    $ cd project/
    $ python3 path/to/tools/project-clang-format      # Prints a diff
    $ python3 path/to/tools/project-clang-format -i   # Edits files in-place