For example: [NSString stringWithFormat:@"%@\r\n", message] When running the formatter it also removes these instances of new lines / carriage return.
For example:
[NSString stringWithFormat:@"%@\r\n", message]
When running the formatter it also removes these instances of new lines / carriage return.