I am trying to configure Uncrustify to prefix some obj-c files. With this code:
- (IBAction) blah:(id)sender {
which is fine for me, I get the following:
- (IBAction) blah:(id) sender {
which no longer fits.
I tried setting sp_after_sparen to ignore or delete, but space is still being added. Could you tell me the correct configuration item? Thank.
Carlo source
share