RoboJackets / software-training-old

RoboJackets Software Training
MIT License
151 stars 189 forks source link

Replaces clang format config with ament's uncrustify config. #183

Closed barulicm closed 3 years ago

barulicm commented 3 years ago

Turns out ament's linting tools use uncrustify and clang-format can't quite match their expected format. So I'm switching over to uncrustify and pulling in their config file so that automated formatting passes the linting tests.