node.js - Visual Studio Code 缩进配置和 EditorConfig?

标签 node.js visual-studio-code editorconfig

我正在使用 Visual Studio Code 开发 Node.js 应用程序。 我已经浏览了他们在编辑器中配置缩进空间的文档,但我找不到它。我用过 Sublime Text,所以我已经习惯了这个选项。

如何以这种方式为 Visual Studio Code 配置 .editorconfig 文件?

最佳答案

您可以在 https://github.com/editorconfig/editorconfig-vscode 获得支持 .editorconfig 的插件

关于node.js - Visual Studio Code 缩进配置和 EditorConfig?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31656772/

相关文章:

javascript - 小型 node.js 示例中的回调队列顺序

node.js - 更改 PouchDB 存储目录

visual-studio-code - 如何配置 VSCode 以与 SCIP 优化软件配合使用

git - 共享 Git 存储库中的 .editorconfig

javascript - 如何指定应在 Visual Studio Code 中创建的默认 .editorconfig 文件?

node.js - 使用 Node 和 Express 构建 Angular 应用程序时是否有必要使用 JADE?

node.js - 如何取出 "Warning: This is an experimental feature and could change at any time"消息

visual-studio-code - 有没有一种方法可以启动Visual Studio Code并强制其在远程容器中打开?

node.js - Visual Studio 代码中是否有一个扩展来从 package.json 获取实际安装的包版本?

c# - EditorConfig - 简化 bool 评估?