Reputation: 61
I need to auto format my C++ code with google code style, and pass the cpplint check.
I have used + + L to auto format my code in CLion, but the code after format still not follow the google code style.
And I installed the CLion-cpplint plugin, this plugin only tell me where it does not follow the style. But I need a tool to auto format it.
Thanks.
Upvotes: 1
Views: 2895
Reputation: 2069
.clang-format
and the line
BasedOnStyle: Google
insideReformat code
action Upvotes: 3