ros-industrial-consortium / descartes

ROS-Industrial Special Project: Cartesian Path Planner
Apache License 2.0
127 stars 92 forks source link

Used clang-format to enforce style guidelines #167

Closed davetcoleman closed 8 years ago

davetcoleman commented 8 years ago

There are not code changes other than formatting - I did not make any changes other than running this once:

find . -name '.h' -or -name '.hpp' -or -name '*.cpp' | xargs clang-format-3.6 -i -style=file $1

Follows ROS style guidelines as encoded here: https://github.com/davetcoleman/roscpp_code_format

Closes https://github.com/ros-industrial-consortium/descartes/issues/166

Jmeyer1292 commented 8 years ago

+1