Xcode Setting Question

Posted:
in Mac Software edited January 2014
I was wondering if there was a way to tell Xcode to set "{" to the next line for exampe



if(sum = 0){ <-- Xcode does this buy default



}



I want Xcode to do this instead



if(sum = 0)

{ <--- I want the "{" on the next line, I find it makes it dramatically easier to read





}





I picked up this habbit from learning java and find the other way makes it extremely confusing for me to program with, it's not a big thing, however I would really like Xcode to just do that on its on.



Thanks

iGrant
Sign In or Register to comment.