• 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 in XCode 3.2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Indentation preferences
      • From: Brian Gardner <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>)

  • Prev by Date: NSOpenpanel in Snow Leopard
  • Next by Date: Find/replace in selected text in 3.2 ?
  • Previous by thread: Re: how do you go back
  • Next by thread: Indentation preferences
  • Index(es):
    • Date
    • Thread