gpt4 book ai didi

editorconfig - .editorconfig 文件在 VS 2017 中不起作用

转载 作者:行者123 更新时间:2023-12-01 09:33:56 28 4
gpt4 key购买 nike

我的项目中的 editorconfig 文件在 VSCODE 上运行良好,但在 VISUAL STUDIO 2017 版本中不起作用:15.5.4。
根据 GITHUB Repo https://github.com/editorconfig/editorconfig-visualstudio#readme 上的文档它应该工作,但它没有。有没有人用 Visual Studio 试过。
我的 .editorconfig 文件:

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

最佳答案

确保 editorconfig 文件位于存储库的根文件夹中,而不仅仅是与解决方案文件位于同一文件夹中。

我在 VS 2017 15.9 中遇到了类似的问题:我已经按照 Microsoft 的文档将 editorconfig 文件添加到我的解决方案中,但它没有得到应用。
我的解决方案有一个奇怪的架构:解决方案文件不在我的存储库的根文件夹中,而是在它自己的子文件夹中。 editorconfig 文件是在此子文件夹中创建的。
这是documentation 中有趣的部分:

When you add an .editorconfig file to a folder in your file hierarchy, its settings apply to all applicable files at that level and below.



所以重要的是实际的文件系统层次结构,而不是解决方案的层次结构。我将 editorconfig 文件移动到我项目的实际根文件夹中,它立即起作用。

关于editorconfig - .editorconfig 文件在 VS 2017 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48505400/

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