vscode editorconfig
vscode editorconfig 安装
editorconfig/editorconfig-vscode: EditorConfig extension for Visual Studio Code
好像就可以了?
去看看,之前拷贝过来的配置文件:
root = true [*] indent_style = tab end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [{package.json,.*rc,*.yml}] indent_style = space indent_size = 2 [*.md] trim_trailing_whitespace = false |
转载请注明:在路上 » 【记录】给VSCode装插件:editorconfig