} What it looked like " /> } What it looked like " /> } What it looked like "/>

Visual Studio Mac doesn't put the cursor on a new line after typing an open curly brace followed by "return" in C# since last update

70 views Asked by At

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 answers