Possible Duplicate:
Xcode 4 with opening brace on new line
I just want to change the braces style to
if (condition)
{
}
from the default style
if(condition) {
}
I cannot find the com.apple.Xcode plist after I installed the Xcode 4. So I'm not able to modify the xccodesenseformattingoptions BlockSeparator to \n.
Please help
Thankz in advance