Indentation preferences
Indentation preferences
- Subject: Indentation preferences
- From: Brian Gardner <email@hidden>
- Date: Mon, 31 Aug 2009 09:17:32 -0700
Automatic indentation has changed in 3.1 from
if (test)
{
foo = bar;
}
over to this new behavior in 3.2
if (test)
{
foo = bar;
}
Is there a way to change it back?
_______________________________________________
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