Ji-Xinyou commented on code in PR #2003:
URL: 
https://github.com/apache/incubator-opendal/pull/2003#discussion_r1167433484


##########
bindings/c/.clang-format:
##########
@@ -0,0 +1,250 @@
+---
+Language:        Cpp
+# BasedOnStyle:  Google

Review Comment:
   > so, why not `--style=Google`
   
   the .clang-format file is generated by
   ```
   clang-format --style=Google -dump-config > .clang-format
   ```
   
   I am not sure what you mean, but I guess you want to pass -style=Google 
directly in makefile?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to