Code Indentation
Code Indentation
- Subject: Code Indentation
- From: David Penton <email@hidden>
- Date: Thu, 28 Jan 2010 13:42:49 -0500
I almost hate to ask this, it's such a tiny thing.
I have the indentation settings as I want them, except for one thing. When I create a new class or function or whatever, I get the opening brace on the same line like so:
@interface Blah : NSObject { }
I always format my code like this:
@interface Blah : NSObject {
}
How would I get xcode to do it my way?
- Dave - |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden