VSCODE设置保存代码不换行

删除所有,保留如下

{     vetur.format.defaultFormatter.html: js-beautify-html,     vetur.format.defaultFormatter.js: vscode-typescript,     vetur.format.defaultFormatterOptions: {         js-beautify-html: {             wrap_line_length: 240,             wrap_attributes: auto,             end_with_newline: false         },         prettyhtml: {             printWidth: 100,             singleQuote: false,             wrapAttributes: false,             sortAttributes: false         }     },     window.zoomLevel: 2, }