How do I turn off auto-formatting in VS2013 for C++?

前端 未结 7 2162
一向
一向 2020-12-15 03:10

VS2013 has added auto-formatting for C++. My personal opinion on auto-formatting is that it\'s ultimately harmful for developers but I have to accept not everyone agrees. Wh

7条回答
  •  一个人的身影
    2020-12-15 03:45

    You can turn off automatic C / C++ /C# code formatting by going to the Options dialog from the Tools menu, selecting the Text EditorC / C++ / C#FormattingGeneral page, and unchecking all the boxes there. You'll still be able to manually format when all of the auto-formatting settings are turned off.

提交回复
热议问题