• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Indentation preferences
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Indentation preferences
      • From: Jean-Daniel Dupas <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>)

  • Prev by Date: Xcode 3.2 10.3.9 SDK Error
  • Next by Date: Re: Indentation preferences
  • Previous by thread: Indentation in XCode 3.2
  • Next by thread: Re: Indentation preferences
  • Index(es):
    • Date
    • Thread