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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…