Page 1 of 1

Code formatting style

PostPosted: January 18th, 2016, 8:27 pm
by ricardag
Capture.png
Is it possible to set the indent formatting style to:

if (xpto)
{
... code ...
}

Instead of the default formatting:

if (xpto)
{
... code ...
}

In VS2015 is possible to set this stlye for all programming languages, e.g. C#, using the setting below.