I know this is a fairly contentious issue amongst programmers, but when developing I like my IDE to position the opening curly bracket underneath the method/interface/control de
Take a look at:
Xcode: Adjusting indentation of auto-generated braces?
Apple Xcode User Defaults
XCCodeSenseFormattingOptions = { BlockSeparator = "\\n"; PreMethodDeclSpacing = ""; };
This should at least solve your problem after if, for, or while statements.
if
for
while