Hi guys I'm new to C# and VisualStudio and I want to change the default formatting style from this:
 void Start()
 {
        
 }
To this:
 void Start() {
 }    
Is it possible? Anyone know how to do that?
Go to Tools -> Options -> Text Editor -> C# -> Code Style -> Formatting-> New Lines
You need to remove the check on all options here to never put the open bracket on a new line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With