How to prevent Visual Studio from formatting specific code?

前端 未结 0 1745
暗喜
暗喜 2020-12-10 05:35

I type the code below:

if (rows == 0) break;

and when I add the semicolon at the end, VS springs into action and converts it to:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题