vscode .vue文件 格式化配置

{
  "files.autoSave": "afterDelay",
  "editor.renderControlCharacters": true,
  "workbench.iconTheme": "material-icon-theme",
  "window.zoomLevel": 0,
  "[html]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "[javascript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features",
  },
  "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "remote.SSH.showLoginTerminal": true,
  "remote.SSH.remotePlatform": {},
  "remote.SSH.enableAzureIntegration": true,
  "sonarlint.ls.javaHome": "c:\\Users\\杨东楠\\.vscode\\extensions\\sonarsource.sonarlint_managed-jre\\jre\\jdk-11.0.7+10-jre",
  "editor.tabSize": 2,
  "editor.detectIndentation": false,
  "editor.wordWrap": "off",
  "editor.tabCompletion": "on",
  "workbenc

你可能感兴趣的:(编辑器,前端)