Uncrustify: Where do the options work?

Spaces for cast


   b = int(a);

Register

sp_inside_paren_cast Add or remove spaces inside cast parens.
sp_cpp_cast_paren Add or remove space between the type and open paren in a C++ cast, i.e. 'int(exp)' vs 'int (exp)'.