Possible Duplicate:
Xcode 4 with opening brace on new line
Is there a way to change the auto adding bracket to start from a new line? So:
if (a != 0) {
}
when { is added, it will be like:
if (a != 0)
{
}
is this possible?
Possible Duplicate:
Xcode 4 with opening brace on new line
Is there a way to change the auto adding bracket to start from a new line? So:
if (a != 0) {
}
when { is added, it will be like:
if (a != 0)
{
}
is this possible?
It's kind of tricky after Xcode 4.2. You can check this answer if you want to do it by yourself.
There is also an app called Snippet Edit that can do it for you. But it's not free...