Code Indentation Customization
Code Indentation Customization
- Subject: Code Indentation Customization
- From: Eric Gorr <email@hidden>
- Date: Thu, 14 Aug 2008 09:53:10 -0400
I was just wondering if there were any hidden features that would
allow me to customize how xcode does it's indentation...?
Most of what it does, I like. What I don't like is the following:
if ( a == b
&& c == d ) {
}
I like to have a space after the '(' character. However, Xcode will
indent the && line to the position immediately after the '(' and I
would want it to start immediately below 'a'. So, it should look like:
if ( a == b
&& c == d ) {
}
I'll enter a bug if this kind of customization is not possible at the
moment.
_______________________________________________
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