Feb 7, 2008 #1 cheer8923 Programmer Joined Aug 7, 2006 Messages 230 Location US There is an option to indent the brace. However, lines enclosed in the brace is not indented further. Is there any option to change it? Thanks!
There is an option to indent the brace. However, lines enclosed in the brace is not indented further. Is there any option to change it? Thanks!
Feb 7, 2008 #2 cpjust Programmer Joined Sep 23, 2003 Messages 2,132 Location US Why? That's just ugly. Upvote 0 Downvote
Feb 7, 2008 #3 xwb Programmer Joined Jul 11, 2002 Messages 6,828 Location GB You mean like this Code: struct ure { float ing; bool ean; }; int abc[] = { 10, 20 }; for (int pretty = 0; pretty < ugly; ++pretty) { if (this->looks (pretty)) { char acter; ... } else { int eger; ... } } No there isn't. You're going to be totally confused on nested stuff. Upvote 0 Downvote
You mean like this Code: struct ure { float ing; bool ean; }; int abc[] = { 10, 20 }; for (int pretty = 0; pretty < ugly; ++pretty) { if (this->looks (pretty)) { char acter; ... } else { int eger; ... } } No there isn't. You're going to be totally confused on nested stuff.