{
	"workbench.startupEditor": "newUntitledFile",
	"vetur.format.defaultFormatter.html": "js-beautify-html",
	"vetur.validation.template": false,
	"update.channel": "none",
	"diffEditor.ignoreTrimWhitespace": false,
	"vetur.format.defaultFormatterOptions": {
		"js-beautify-html": {
			"wrap_attributes": "auto"
		},
		"prettyhtml": {
			"printWidth": 100,
			"singleQuote": false,
			"wrapAttributes": false,
			"sortAttributes": false
		},
		"prettier": {
			"semi": true,
			"singleQuote": true,
			"trailingComma": "all"
		}
	},
	"files.associations": {
		"*.cjson": "jsonc",
		"*.wxss": "css",
		"*.wxs": "javascript",
		"*.html": "html"
	},
	"emmet.includeLanguages": {
		"wxml": "html"
	},
	"minapp-vscode.disableAutoConfig": true,
	"sync.gist": "d99ec467ef36b4036e666214e8a5915f",
	"editor.tabSize": 2,
	"files.autoSave": "off",
	"eslint.autoFixOnSave": true,
	"window.zoomLevel": 0,
	"editor.renderWhitespace": "none",
	"vetur.format.defaultFormatter.js": "vscode-typescript",
  "editor.detectIndentation": false,
  "extensions.ignoreRecommendations": true,
  "breadcrumbs.enabled": true
}
