Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Indentation preferences
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Indentation preferences



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


References: 
 >how do you go back (From: Bob Sabiston <email@hidden>)
 >Re: how do you go back (From: Joar Wingfors <email@hidden>)
 >Re: how do you go back (From: Bob Sabiston <email@hidden>)
 >Indentation in XCode 3.2 (From: Brian Gardner <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.