How can I set Visual Studio to use K&R style bracketing?

前端 未结 3 539
花落未央
花落未央 2020-12-23 10:51

I really don\'t like this style of formatting:

Class AwesomeClass
{
    private static void AwesomeMethod()
    {

    }

}

Can I make it f

3条回答
  •  粉色の甜心
    2020-12-23 11:23

    Tools > Options

    Check "Show all settings"

    Text Editor > C# > Formatting > New Lines

    Uncheck the settings for where you want no extra newline added. Personally I always uncheck all items in this category.

提交回复
热议问题