Skip to content

Instantly share code, notes, and snippets.

@pringgojs
Last active October 24, 2019 02:27
Show Gist options
  • Save pringgojs/5ffe8b499959c232b1ea3e4336611679 to your computer and use it in GitHub Desktop.
Save pringgojs/5ffe8b499959c232b1ea3e4336611679 to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "newUntitledFile",
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"html",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
"prettier.eslintIntegration": true,
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"terminal.integrated.fontSize": 16,
"editor.fontWeight": "normal",
"eslint.autoFixOnSave": true,
"prettier.disableLanguages": [],
"editor.renderWhitespace": "none",
"window.titleBarStyle": "custom",
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": -1,
"remote.port": 52698,
"remote.onstartup": true,
"remote.host": "127.0.0.1",
"remote.dontShowPortAlreadyInUseError": false,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Nord",
"terminal.integrated.rendererType": "dom",
"git.confirmSync": false,
"git.autofetch": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment