formatting question for array
I get this when I format..
return @[ @"one", // to know when a cue point has been triggered
@"Two, // to know if the ad cue points are applied
@"Three"]; // to know when the rendition has changed
But I want this
return @[ @"one", // to know when a cue point has been triggered
@"Two, // to know if the ad cue points are applied
@"Three"]; // to know when the rendition has changed
how can I achieve this, or get appcode to not touch this when it format?
请先登录再写评论。
Please follow http://youtrack.jetbrains.com/issue/OC-5006