Auto indent

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jack

    Auto indent

    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.
Working...