android13/external/rust/crates/grpcio-sys/grpc/.clang-format

13 lines
201 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
IncludeBlocks: Preserve
---
Language: ObjC
BasedOnStyle: Google
ColumnLimit: 100
ObjCBlockIndentWidth: 2
...