 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Hasan Alayli Guest
|
Posted: Sun Apr 11, 2004 10:13 am Post subject: Smart Indent |
|
|
Is it possible to have borland c++ builder 6 indent my code as in
microsoft visual c++. For example, a simple if statement in msvc++
looks like this:
if(1)
{
test();
}
while in borland c++ builder 6, it looks like this:
if(1)
{
test();
}
if it is possible to make the indentation like the first if statement,
how could this be done.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|