Uncrustify Collapse Multiline Function Call
问题 I have function calls that look like this (for no apparent reason): func ( a, b, c ) Is there a way to make uncrustify collapse the function into a single line? I have been trying for two days not on and off... I got it to work for function declarations, but I don't get it to work for function calls. While we are at it I also have functions that look like so: func ( a, // (IN) the A b, // (IN) something b c // (OUT) the resulting value ) Is there a way to handle that case too, without