i cant seem to get the Auto-Indentation feature to work correctly in my LabWindows/CVI version 8.0
it *was* working correctly at one point, but somehow its become changed and i dont know how to adjust it.
I want my code to look like this:
while (test)
{
for (something)
{
if (something else)
{
blah
blah
blah
}
}
}
but what it wants to auto-indent to, looks like this
while (test)
{
for (something)
{
if (something else)
{
blah
blah
blah
}
}
}
this is really annoying since it takes me longer to hand-correct the auto-indenter than it would to just do my own indentions.
please advise, thanks
rwj