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 = "";
};