Can't seem to find an answer.
I am using the auto-indent feature (Configuration->Editor Display->Formatting->Auto indent new lines). I would like to change the number of tabs/spaces that the auto-indent uses.
For example, I want this:
Instead of this:
My auto-indent settings produce the 2nd code clip. How can I change this?
Thanks.
I am using the auto-indent feature (Configuration->Editor Display->Formatting->Auto indent new lines). I would like to change the number of tabs/spaces that the auto-indent uses.
For example, I want this:
Code: Select all
if( 1 == 2 )
{
do_stuff( );
}
Code: Select all
if( 1 == 2 )
{
do_stuff( );
}
Thanks.