When I write a function I want the open bracket "{" to appear on the same line as the function name - ie;
private void DoSomething() {
// code ...}
Where in tools options is this??
Thanks.
Hi,
navigate to
Tools | Options -> Text editor, C#, Formatting, New Lines and in the the right uncheck the checkbox Place open brace on new line for ... and the ... are for the different types / methods.
Grz, Kris.