For those who are unaware, `clang-format` (http://clang.llvm.org/docs/ClangFormat.html) can be used to automatically convert existing C++ code to a given formatting style (Google, LLVM, a custom style, etc).
It's similar to `gofmt` in the golang world, and is a really useful tool for enforcing these kind of style guides.
It's similar to `gofmt` in the golang world, and is a really useful tool for enforcing these kind of style guides.