1GRPC C++ STYLE GUIDE
2=====================
3
4The majority of gRPC's C++ requirements are drawn from the [Google C++ style
5guide] (https://google.github.io/styleguide/cppguide.html). Additionally,
6as in C, layout rules are defined by clang-format, and all code
7should be passed through clang-format. A (docker-based) script to do
8so is included in [tools/distrib/clang_format_code.sh](../tools/distrib/clang_format_code.sh).
9