© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•15mo ago•
7 replies
yourFriend

How to open brace on new line by default for C# or any language in vs code?

I want this by default:
if(condition)
{
    code here;
}
if(condition)
{
    code here;
}


Instead of:
if(condition){
    code here;
}
if(condition){
    code here;
}
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

Open brace on new line for new Control Blocks not working
C#CC# / help
15mo ago
Move Line Up in C# TextBox like in VS
C#CC# / help
4y ago
Vs2022 - Any way to change icons back to vs2019 or less?
C#CC# / help
3y ago