You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
423 B
9 lines
423 B
7 months ago
|
GRPC C++ STYLE GUIDE
|
||
|
=====================
|
||
|
|
||
|
The majority of gRPC's C++ requirements are drawn from the [Google C++ style
|
||
|
guide] (https://google.github.io/styleguide/cppguide.html). Additionally,
|
||
|
as in C, layout rules are defined by clang-format, and all code
|
||
|
should be passed through clang-format. A (docker-based) script to do
|
||
|
so is included in [tools/distrib/clang_format_code.sh](../tools/distrib/clang_format_code.sh).
|