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

前端 未结 7 2155
一向
一向 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:33

    I know this isn't exactly the answer you're looking for, but you can preserver that void f () formatting if you go to Tools > Options > Text Editor > C/C++ > Formatting > Spacing and under Spacing for function parantheses you check the option Insert space between function names and opening parentheses of argument list.

提交回复
热议问题