Indentation in XCode 3.2
Indentation in XCode 3.2
- Subject: Indentation in XCode 3.2
- From: Brian Gardner <email@hidden>
- Date: Sun, 30 Aug 2009 14:43:13 -0700
After upgrading to XCode 3.2, whenever I edit
my code, the indentation isn't working the way it used to.
I can't seem to find a preference setting to reinstate
the indentation style back to the way it used to work.
I used to have my source code this way:
if (test)
{
foo = bar;
}
and xcode used to auto indented the statements inside the block
by 2 spaces more than the braces (which I liked).
But now, instead, XCode 3.2 auto indents the same code as:
if (test)
{
foo = bar;
}
I have a huge amount of source code, and I'd like to keep the new
changes to the source code consistent with the old code's indentation
style.
How can I get xcode 3.2 to do indenting the way it did
in the previous version? I can't seem to find the appropriate
preference setting for this.
-- Brian
_______________________________________________
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