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

前端 未结 7 2074
一向
一向 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:47

    I also had this problem and unchecking all the checkboxes in the formatting options did not help.

    It turned out that this was caused by an option in the plugin “Visual Assist X” from Whole Tomato Software.

    In my case this problem could be solved by going to “Visual Assist Options”-->”Corrections” and unchecking the Checkbox “Format after paste”.

    0 讨论(0)
提交回复
热议问题