Indentation preferences
Indentation preferences
Subject : Indentation preferences
From: Brian Gardner <email@hidden >
Date: Mon, 31 Aug 2009 09:17:32 -0700
Delivered-to: email@hidden
Delivered-to: email@hidden
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=YUUdMwF25f5HPEf1u8boaDYantt+XBEL1OWHBngbDo/6gJALZrAIAdVX33GG5m5F; h=Received:Subject:Mime-Version:Content-Type:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-ELNK-Trace:X-Originating-IP;
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
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.