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

前端 未结 3 537
花落未央
花落未央 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:19

    Go to Tools > Options > Text Editor > C# > Formatting > New Lines.

    In recent version of Visual Studio (at least 2017):

    Tools > Options > Text Editor > C# > Code Style > Formatting > New Lines

    Then just uncheck every option you see there.

提交回复
热议问题