• 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
Code Indentation Customization
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Code Indentation Customization


  • Subject: Code Indentation Customization
  • From: Eric Gorr <email@hidden>
  • Date: Thu, 14 Aug 2008 09:53:10 -0400

I was just wondering if there were any hidden features that would allow me to customize how xcode does it's indentation...?

Most of what it does, I like. What I don't like is the following:

if ( a == b
    && c == d ) {
}

I like to have a space after the '(' character. However, Xcode will indent the && line to the position immediately after the '(' and I would want it to start immediately below 'a'. So, it should look like:

if ( a == b
     && c == d ) {
}

I'll enter a bug if this kind of customization is not possible at the moment.

_______________________________________________
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: Code Indentation Customization
      • From: Steve Checkoway <email@hidden>
  • Prev by Date: Re: Trouble running ruby code in Run Script build phase
  • Next by Date: Re: Code Indentation Customization
  • Previous by thread: Re: build setting for architectures
  • Next by thread: Re: Code Indentation Customization
  • Index(es):
    • Date
    • Thread