The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/

13 lines
186 B

---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
---
Language: ObjC
BasedOnStyle: Google
ColumnLimit: 100
ObjCBlockIndentWidth: 2
...