Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Cryptic.
Posts
Comments
C
C#
•
Created by Cryptic. on 7/2/2024 in
#help
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"
;
}
7 replies