gpt4 book ai didi

c# - VS2010格式化在 "empty"控制流语句后插入空格

转载 作者:太空宇宙 更新时间:2023-11-03 11:29:31 25 4
gpt4 key购买 nike

Visual Studio 2010 在“空”控制流语句后用空格格式化我的代码:

例如:

while(true) ;

代替:

while(true);

是否有禁用此行为的选项?

最佳答案

我建议你使用

while (true) { };

相反,它不会增加空间,也不太可能被阅读代码的人误解。

关于c# - VS2010格式化在 "empty"控制流语句后插入空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8300904/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com