{
"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",
}
网友评论