This is an automated email from the ASF dual-hosted git repository. dinglei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git
commit 81062626e0f41941362b957c0e9c1e76c00180f7 Author: ShannonDing <[email protected]> AuthorDate: Wed Jul 24 17:03:35 2019 +0800 Add clang format --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..1a58615 --- /dev/null +++ b/.clang-format @@ -0,0 +1,3 @@ +BasedOnStyle: Google +IndentWidth: 2 +Language: Cpp \ No newline at end of file
