uzh-rpg / rpg_quadrotor_control

Quadrotor control framework developed by the Robotics and Perception Group
Other
582 stars 183 forks source link

added clang format config file #98

Closed kelia closed 4 years ago

kelia commented 4 years ago

I'm planning to merge changes in from our last project to master. Since I used a different linter, many of the changes are just formatting stuff.

To resolve this, I added a clang-format file to this repo. At this point, it represents the google style guide. I didn't change anything since I assume there is going to be some discussion about the config anyway :wink:

In VS-code, just install the xaver.clang-format extension. (CLion can be configured accordingly, I don't write it here...)