J
Jack
How to enable the auto indent function in visual studio?
For example:
void f()
{
for(int i = 0; i < 10; i++)
{
cout << a; //When I type this line, indent
automatically.
}
}
Thanks.
For example:
void f()
{
for(int i = 0; i < 10; i++)
{
cout << a; //When I type this line, indent
automatically.
}
}
Thanks.