Is there a way with Uncrustify to add a new line between method declarations and the open brace, similar to nl_fcall_brace
, but for ObjC methods?
- (void)addPendingBuddyRequests:(NSArray *)requests {
}
vs.
- (void)addPendingBuddyRequests:(NSArray *)requests
{
}