Tencent / paxosstore

PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, and is able to afford billions of peak TPS.
Other
1.68k stars 338 forks source link

maintain consistent code style using clang-format #11

Closed zjyjer closed 7 years ago

zjyjer commented 7 years ago

we could create a .clang-format file to maintain consistent code style.

reference: https://clang.llvm.org/docs/ClangFormatStyleOptions.html

codeeply commented 7 years ago

It's a good idea, we will have a try.

Thank you.