Current version of uncrustify for Ubuntu 22.04 is 0.72.0.
By executing uncrustify -c ament_code_style.cfg file.cpp I had the following output:
ament_code_style.cfg:66: option 'sp_cpp_lambda_paren' is deprecated; use 'sp_cpp_lambda_square_paren' instead
ament_code_style.cfg:519: option 'sp_word_brace' is deprecated; did you want to use 'sp_type_brace_init_lst' instead?
The file has been updated from v0.12.4 by executing the following command:
uncrustify -c ament_code_style.cfg --update-config-with-doc -o ament_code_style.cfg
Hi!
Current version of
uncrustify
for Ubuntu 22.04 is0.72.0
. By executinguncrustify -c ament_code_style.cfg file.cpp
I had the following output:The file has been updated from
v0.12.4
by executing the following command:uncrustify -c ament_code_style.cfg --update-config-with-doc -o ament_code_style.cfg