Code auto-generated by Xcode seems to have the opening brace on the same line by default:
@interface Controller : NSObject { }
I\'d like t
Read this: XCCodeSenseFormattingOptions
This document describes all the formatting options that auto-complete will use for brace and argument style. Here are mine:
XCCodeSenseFormattingOptions = { BlockSeparator = "\\n"; PreMethodDeclSpacing = ""; };