美文网首页
vscode,保存自动格式化代码

vscode,保存自动格式化代码

作者: 吖_7c06 | 来源:发表于2021-08-16 11:23 被阅读0次
{
  "editor.fontSize": 16,
  "git.autofetch": true,
  "editor.tabSize": 2,
  "editor.detectIndentation": false,
  "[javascript]": {
    "editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
  },
  "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
  "git.enableSmartCommit": true,
  "git.confirmSync": false,
  "explorer.compactFolders": false,
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  },
  "git.ignoreRebaseWarning": true,
  "sync.gist": "9ff6e551e9f82c7d6d6b9b1869fe6835",
  "sync.forceDownload": false,
  "sync.autoUpload": false,
  "sync.autoDownload": false,
  "sync.forceUpload": false,
  "merge-conflict.autoNavigateNextConflict.enabled": true,
  "editor.formatOnSave": true,
  "cSpell.userWords": [
    "Licai",
    "TIFA",
    "rzrq"
  ],
  "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
      "wrap_attributes": "force-expand-multiline"
    },
    "prettyhtml": {
      "printWidth": 100,
      "singleQuote": false,
      "wrapAttributes": false,
      "sortAttributes": false
    }
  },
  "editor.suggestSelection": "first",
  "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  "workbench.iconTheme": "vscode-icons",
  "sync.removeExtensions": false,
  "sync.syncExtensions": false,
  "javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
  "window.zoomLevel": 1,
  "[vue]": {
    "editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
  },
  "security.workspace.trust.untrustedFiles": "open",
}

相关文章

网友评论

      本文标题:vscode,保存自动格式化代码

      本文链接:https://www.haomeiwen.com/subject/xusmbltx.html