code format template?
code format template?
- Subject: code format template?
- From: William Squires <email@hidden>
- Date: Sat, 11 Jul 2009 19:56:20 -0500
Hi!
Where are the project templates for Xcode installed? If I change
these, will the corresponding projects made change too? Or will the
settings under "Xcode Preferences | Indentation" always override them?
What I'd like is for the boilerplate code to have the following
formatting
- (void)appWillTerminate:(UIApplication *)application
{
}
instead of
_ (void)applicationWillTerminate:(UIApplication *)application {
}
which is what I get now. In other words, I want the open curly brace
to always be on a new line, not at the end of some other line. Is
there a (combination of) settings under "Syntax-aware indentation"
that will produce this?
Thx
_______________________________________________
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