[skip ci] Refine contributing guide (#9330)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/9334/head
edward.zeng 2021-10-06 17:16:16 +08:00 committed by GitHub
parent 5fc8cb3854
commit 56c4cae470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ $ make fmt
```
### C++ coding style
The c++ coding style used in Milvus generally follow [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
The C++ coding style used in Milvus generally follows [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
And we made the following changes based on the guide:
- 4 spaces for indentation