Just wondering if there's some uncrustify options to format the following:
- (void) fooTheBarsWithString: (NSString *) string, ...{
Like this:
- (void) fooTheBarsWithString: (NSString *) string, ... {
This just seems to be an issue with variable argument functions. I would have thought the following would have covered it:
sp_fparen_brace=add
So this may just be a bug or limitation.