I am looking for a c# formatting which will do(like in Eclipse):
f(){
}
instead of
f()
{
}
I have checked tools->options formatting but could not find it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few options in there, I’m guessing you’re likely wanting to disable most of those. But specifically in this case I believe is for
Place open brace on new line for control blocks.In addition, check out the other options for C# in and around there. It’s pretty extensive and most likely you’ll be able to achieve whatever combination of style you desire.