Skip to content

Commit 99c83d9

Browse files
authored
Add format script (tikv#206)
1 parent 1d751f2 commit 99c83d9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
grpc-sys/grpc/.clang-format

scripts/format-grpc-sys

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
clang-format-5.0 -i grpc-sys/grpc_wrap.c

0 commit comments

Comments
 (0)