gpt4 book ai didi

visual-studio-2019 - 如何在 Visual Studio 2019 中使用 editorconfig?

转载 作者:行者123 更新时间:2023-12-03 20:25:48 32 4
gpt4 key购买 nike

我创建了 .editorconfig VS 2019 中解决方案级别的文件,具有以下设置:

root = true

# All files
[*]
indent_style = tab
indent_size = 4
tab_width = 4

然后我重新启动了 IDE,以使更改生效。然而只有 .editorconfig文件本身使用选定的设置。我的解决方案中的所有其他文件仍然使用空格而不是配置中定义的设置。

然后我放置了 .editorconfig项目级别的文件并再次重新启动。没变。

如何正确使用 .editorconfig文件,所以我所有的项目文件都使用其中定义的设置?

注意:我使用的是最新版本的 VS 2019 Community。

最佳答案

根据文档,您必须使用“格式化文档”或“代码清理”将格式应用于现有代码。

When you add an EditorConfig file to your project in Visual Studio, new lines of code are formatted according to the EditorConfig settings. The formatting of existing code is not changed unless you run one of the following commands:

  • Code Cleanup (Ctrl+K, Ctrl+E), which applies any white space settings, such as indent style, and selected code style settings, such as how to sort using directives.
  • Edit > Advanced > Format Document (or Ctrl+K, Ctrl+D in the default profile), which only applies white space settings, such as indent style.

Source: https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2019

关于visual-studio-2019 - 如何在 Visual Studio 2019 中使用 editorconfig?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61440112/

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