When I type this In visual studio
if(){
}
It automatically changes it to:
if()
{
}
How can I make VS keep the first indentation?
When I type this In visual studio
if(){
}
It automatically changes it to:
if()
{
}
How can I make VS keep the first indentation?