Imported Upstream version 1.36.4
[platform/upstream/grpc.git] / .clang-format
1 ---
2 Language: Cpp
3 BasedOnStyle: Google
4 DerivePointerAlignment: false
5 PointerAlignment: Left
6 ---
7 Language: ObjC
8 BasedOnStyle: Google
9 ColumnLimit: 100
10 ObjCBlockIndentWidth: 2
11 ...