A Tiny Xcode tip...

Placed here more so I can remember them rather than for you…

To fix braces so they go on the line AFTER the if/else/for/etc….

defaults write com.apple.Xcode XCCodeSenseFormattingOptions ‘{ “BlockSeparator” = “\n” ; }’

Posted On 2009-08-17 21:03:00 UTC by Jiva
Back
Comments:
Dallas
Thanks

Thanks Jiva!