In the settings Code-> Style → Objective-C there are so many settings. I am looking for the right option to format this line of code.
SCPropertyDefinition *test = [SCPropertyDefinition definitionWithName:@"created_at" title:@"Tweeted At" type:SCPropertyTypeLabel];
into this format
SCPropertyDefinition *test = [SCPropertyDefinition definitionWithName:@"created_at" title:@"Tweeted At" type:SCPropertyTypeLabel];
(the point must match the colonies)
I guess this should be on the Wrapping and Braces Tab, but I haven't found the right setting yet. Thanks for your ideas.
source share