gpt4 book ai didi

c# - 我可以让 Visual Studio 2017 停止缩进大括号吗?

转载 作者:行者123 更新时间:2023-12-03 20:17:50 26 4
gpt4 key购买 nike

在这种情况下,Visual Studio 会缩进大括号:

switch(variable)
{
case 0:
{
// some code
break;
}
}

但是我更喜欢没有缩进:
switch(variable)
{
case 0:
{
// some code
break;
}
}

我正在浏览选项,但没有找到我想要的选项。我是否错过了它,或者它只是不存在?

最佳答案

在 Visual Studio 下
选项 >> 文本编辑器 >> C# >> 代码样式 >> 格式 >> 缩进
就是你要找的。您将在该菜单下看到多个选项,并根据需要设置您的设置。在这种情况下,该设置称为 “缩进大小写内容” .

关于c# - 我可以让 Visual Studio 2017 停止缩进大括号吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45782812/

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