If you would like to change your Xcode environment to use the Allman indention style (opening curly braces go on a new line), simply run this command from terminal:
defaults write com.apple.Xcode XCCodeSenseFormattingOptions -dict BlockSeparator \n
Thanks to Scyanide’s World for this tip!