© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
6 replies
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";
}
void MyMethod() {
    string statement = "i like it like this";
}
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

❔ Auto Formatting in Visual Studio
C#CC# / help
3y ago
✅ How do I disable auto formatting in vscode?
C#CC# / help
9mo ago
✅ bracket pairing isn't working
C#CC# / help
10mo ago
What formatting rule is linked to removing lines when typing an open bracket when creating an array?
C#CC# / help
3y ago