1. 打开VSCode的设置界面。可以通过菜单栏中的”文件” -> “首选项” -> “设置”来打开,或者使用快捷键 Ctrl + ,。2. 在设置界面中搜索框中输入”format on save”,会找到”编辑器: 在保存时进行格式化”选项。3. 选中这个选项,即可开启在保存时自动格式化的功能。4. 选择对应的格式化工具。在VSCode中有...
"editor.wordWrapColumn": 100, // vscode默认启用了根据文件类型自动设置tabsize的选项 "editor.detectIndentation": false, "vetur.validation.template": false, // 重新设定tabsize "editor.tabSize": 2, // #每次保存的时候自动格式化 "editor.formatOnSave": true, "editor.formatOnType": true, // #...
"editor.wordWrapColumn": 100, // vscode默认启用了根据文件类型自动设置tabsize的选项 "editor.detectIndentation": false, "vetur.validation.template": false, // 重新设定tabsize "editor.tabSize": 2, // #每次保存的时候自动格式化 "editor.formatOnSave": true, "editor.formatOnType": true, // #...
"editor.wordWrapColumn": 100, // vscode默认启用了根据文件类型自动设置tabsize的选项 "editor.detectIndentation": false, "vetur.validation.template": false, // 重新设定tabsize "editor.tabSize": 2, // #每次保存的时候自动格式化 "editor.formatOnSave": true, "editor.formatOnType": true, // #...