Search
Setup for Free
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"; }
void MyMethod() { string statement = "i like it like this"; }
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,134
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
void
MyMethod
() {
string
statement
=
"i like it like this"
;
}
void
MyMethod
() {
string
statement
=
"i like it like this"
;
}
Similar Threads
❔ Auto Formatting in Visual Studio
C
C# / help
3y ago
✅ How do I disable auto formatting in vscode?
C
C# / help
8mo ago
✅ bracket pairing isn't working
C
C# / help
9mo ago
What formatting rule is linked to removing lines when typing an open bracket when creating an array?
C
C# / help
3y ago