{
"editor.detectIndentation": false,
"eslint.enable": false,
"editor.tabSize": 2,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": false,
"eslint.format.enable": true,
"files.autoSave": "afterDelay",
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"typescript",
"typescriptreact"
],
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"vetur.ignoreProjectWarning": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.gitignore": true,
"**/.idea": true,
"**/.svn": true,
"**/.vscode": true,
"**/build": true,
"**/dist": true,
"**/tmp": true,
"**/yarn.lock": true,
"**/assets": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"files.associations": {
"*.wxss": "css",
"*.cjson": "jsonc",
"*.wxs": "javascript",
"*.ts": "typescript",
"*.vue": "vue",
"*.dart": "dart"
},
"prettier.printWidth": 100,
"prettier.tabWidth": 2,
"prettier.useTabs": false,
"prettier.semi": true,
"prettier.singleQuote": false,
"prettier.proseWrap": "preserve",
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.endOfLine": "auto",
"prettier.html#FFFFFFspaceSensitivity": "ignore",
"prettier.ignorePath": ".prettierignore",
"prettier.bracketSameLine": false,
"prettier.jsxSingleQuote": false,
"prettier.parser": "babylon",
"prettier.requireConfig": false,
"prettier.stylelintIntegration": false,
"prettier.trailingComma": "es5",
"prettier.tslintIntegration": false,
"prettier.eslintIntegration": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
}
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"explorer.confirmDelete": false,
"vetur.format.options.tabSize": 2,
"git.autofetch": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false
},
"stylusSupremacy.insertColons": true,
"stylusSupremacy.insertSemicolons": true,
"stylusSupremacy.insertBraces": true,
"stylusSupremacy.insertNewLineAroundImports": false,
"stylusSupremacy.insertNewLineAroundBlocks": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"easysass.compileAfterSave": true,
"easysass.excludeRegex": "",
"easysass.formats": [
{
"format": "expanded",
"extension": ".css"
},
{
"format": "compressed",
"extension": ".min.css"
}
],
"easysass.targetDir": "./",
"debug.openDebug": "openOnDebugBreak",
"terminal.integrated.rendererType": "dom",
"git.suggestSmartCommit": false,
"settingsSync.igno#FF0000Extensions": [],
"launch": {
"configurations": [],
"compounds": []
},
"editor.wordWrap": "on",
"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"
],
"workbench.activityBar.visible": true,
"workbench.colorCustomizations": {},
"editor.fontLigatures": false,
"workbench.iconTheme": "office-material-icon-theme",
"cSpell.ignoreWords": ["Charg", "GLOBALCONFIG", "axios", "esbenp", "vetur"],
"vsicons.dontShowNewVersionMessage": true,
"editor.minimap.enabled": false,
"todo-tree.highlights.customHighlight": {
"TODO": {
"icon": "check",
"type": "tag",
"foreground": "#000000",
"background": "#FFFF00",
"opacity": 50,
"iconColour": "#FFFF00"
},
"FIXME": {
"icon": "flame",
"type": "tag",
"foreground": "#FF0000",
"background": "#FFFFFF",
"opacity": 50,
"iconColour": "#FF0000"
}
},
"projectManager.sortList": "Name",
"diffEditor.ignoreTrim#FFFFFFspace": false,
"git.confirmSync": false,
"[less]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"workbench.colorTheme": "One Monokai Theme",
"git.enabled": true,
"git.path": "/opt/homebrew/bin/git",
"workbench.productIconTheme": "macos-modern",
"window.zoomLevel": -1
}