{ "workbench.colorTheme": "Default Dark+", "sync.gist": "6af69ca4af2da15c2fa9472932fa8033", "editor.tabSize": 2, "git.autofetch": true, "vetur.validation.template": false, "vetur.format.defaultFormatter.html": "js-beautify-html", "vetur.format.defaultFormatterOptions": { "js-beautify-html": { "wrap_attributes": "force-aligned", "wrap_attributes_indent_size": "8", "wrap_line_length": 250 } }, "editor.fontSize": 14, "terminal.integrated.fontSize": 12, "editor.fontFamily": "Monaco, 'Courier New', monospace", "gitlens.advanced.messages": { "suppressFileNotUnderSourceControlWarning": true }, "editor.formatOnSave": true, "window.titleBarStyle": "native", "emmet.showSuggestionsAsSnippets": true, "emmet.triggerExpansionOnTab": true, "git.confirmSync": false, "javascript.updateImportsOnFileMove.enabled": "always", }