C#C
C#2y ago
Cryptic.

Curly bracket auto formatting

how do i set auto formatting in VS Code so that methods and such will be auto formatted like this
void MyMethod() {
    string statement = "i like it like this";
}
Was this page helpful?