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