The following Objective-C code in XCode (which compiles)
NSString *someString = @"Lorem ipsum dolor.\nEget nisl nec risus";
after running Uncrustify becomes
NSString *someString = @"Lorem ipsum dolor.
Eget nisl nec risus";
which doesn't compile. Is there any way to avoid it changing line breaks embedded in an NString? I have been searching and reading the forums, as well as the cryptic Uncrustify config file and have been unable to find an answer.
By the way, I am using version 0.60 of Uncrustify.