indent when putting ":"
indent when putting ":"
- Subject: indent when putting ":"
- From: Jos Timanta Tarigan <email@hidden>
- Date: Mon, 26 Jul 2010 12:40:49 -0700 (PDT)
hi,
i mostly use xcode to do c++ programming. i notice that when i press : the line indent to the left. when i reindent the whole page it also indent : to the left, it makes the public and private definition looks like this
class A {
public:
int x
}
instead of the generally used
class A {
public:
int x
}
any idea/solution how to set it to a more generally used indentation rules?
thanks in advance
=================================
http://www.svnstrk.blogspot.com
_______________________________________________
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