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