Feb 7, 2008 #1 cheer8923 Programmer Aug 7, 2006 230 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 #3 xwb Programmer Jul 11, 2002 6,828 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.