- Save this file locally: https://github.com/osrf/rmf_core/tree/develop/rmf_utils/test/format . Maybe just in the workspace dir.
- After the packages pass the build.
- Source Eloquent
ament_uncrustify -c rmf_code_style.cfg [FILES]
- Can add a
--reformat
if you want to format in place. But suggest to review the changes first before running that.