Since the last Update it looks like this, when I hit "return" after the curly brace:

private void MyMethod() {
|<cursor is here>}

What it looked like and I want it to look like is this:

private void MyMethod()
{
    |<cursor is here>
}

The suggested solution in this post doesn't work for me: Visual Studio New Line Curly Brace Formatting Issue

I think I know the related settings, but I tried like almost every combination without success: enter image description here enter image description here enter image description here enter image description here

0

There are 0 best solutions below