how can i togle it so when i make a { it auto indents on the next line like
{
<indent>int bleh;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-12-03
click on tools/editor options/ then check auto indent.
then to start a new source file:
//tab over to where you want your lefthand margin
and each time you hit enter the line returns to the
right spot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
how can i togle it so when i make a { it auto indents on the next line like
{
<indent>int bleh;
click on tools/editor options/ then check auto indent.
then to start a new source file:
//tab over to where you want your lefthand margin
and each time you hit enter the line returns to the
right spot.