Uncrustify
: Where do the options work?
Spaces for comma
{
int A(bool a
█
,
█
bool b); }
Register
sp_after_comma
Add or remove space after ',', 'a,b' vs 'a, b'.
sp_before_comma
Add or remove space before ','. Default=Remove.