我的项目中的 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