© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
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#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Open brace on new line for new Control Blocks not working
C
C# / help
15mo ago
Move Line Up in C# TextBox like in VS
C
C# / help
4y ago
Vs2022 - Any way to change icons back to vs2019 or less?
C
C# / help
3y ago