{
"editor.guides.bracketPairs": true,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "monospace",
"editor.minimap.enabled": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true,
"source.fixAll": true
},
"search.followSymlinks": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/tmp": true,
"**/node_modules": false,
"**/bower_components": true,
"**/dist": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/bower_components/**": true,
"**/dist/**": true
},
"explorer.confirmDelete": false,
"editor.formatOnSave": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_line_length": 220,
"wrap_attributes": "auto",
"end_with_newline": false
}
},
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vetur.completion.scaffoldSnippetSources": {
"workspace": "💼",
"user": "🗒️",
"vetur": "✌"
},
"editor.unicodeHighlight.ambiguousCharacters": false,
"auto-close-tag.activationOnLanguage": [
"xml",
"php",
"blade",
"ejs",
"jinja",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"plaintext",
"markdown",
"vue",
"liquid",
"erb",
"lang-cfml",
"cfml",
"HTML (EEx)",
"HTML (Eex)",
"plist"
],
"diffEditor.ignoreTrimWhitespace": false,
"editor.fontSize": 20,
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"git.confirmSync": false,
"editor.inlineSuggest.enabled": true,
"git.openRepositoryInParentFolders": "never",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"CodeGPT.query.language": "Chinese",
"git.autofetch": true,
"editor.wordWrap": "on",
"editor.quickSuggestionsDelay": 100,
"javascript.validate.enable": true,
"files.trimTrailingWhitespace": true,
"editor.pathIntellisense.showHiddenFiles": true,
"editor.folding": true,
"diffEditor.renderSideBySide": true,
"debug.console.fontSize": 14,
"editor.codeFolding": true,
"markdown.preview.fontSize": 16,
"markdown.preview.lineHeight": 1.6,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.encoding": "utf8",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"snippetSearch.include": "${workspaceFolder}/**/*.code-snippets",
"editor.snippetSuggestions": "top",
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"files.trimFinalNewlines": true,
"editor.suggest.pathSeparator": "auto",
"editor.foldStrategy": "indent",
"[markdown]": {
"editor.formatOnSave": true
},
"editor.suggest.triggerCharacters": [
".",
":",
">",
"\"",
"'",
"/",
"@",
"#",
"<",
"*",
"(",
" "
],
"html.autoClosingTags": true,
"xml.autoClosingTags": true,
"editor.foldingStrategy": "auto",
"extensions.ignoreRecommendations": true,
"git.enableSmartCommit": true,
"Codegeex.Privacy": false,
"workbench.colorTheme": "Aura Soft Dark",
"security.workspace.trust.untrustedFiles": "open",
"cSpell.userWords": [
"hevue",
"previewimagebg"
],
"todohighlight.keywords": [
"TODO:" ,
{
"text": "TODO:",
"backgroundColor": "#ebbc1a",
},
]
}