Skip to content

Instantly share code, notes, and snippets.

@Gparquet
Created August 19, 2019 15:22
Show Gist options
  • Save Gparquet/06ac665d066e3d06e49ffeca03b6731c to your computer and use it in GitHub Desktop.
Save Gparquet/06ac665d066e3d06e49ffeca03b6731c to your computer and use it in GitHub Desktop.
vscode settings
{
"workbench.colorTheme": "Dracula",
"window.zoomLevel": 0,
"workbench.activityBar.visible": true,
"[javascript]": {
"editor.formatOnSave": false
},
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.formatOnPaste": true,
"editor.minimap.enabled": false,
"emmet.includeLanguages": {
"html": "html",
"javascript": "javascriptreact"
},
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 5000,
"eslint.enable": true,
"eslint.alwaysShowStatus": true,
"eslint._legacyModuleResolve": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"prettier.eslintIntegration": true,
"prettier.useTabs": true,
"prettier.singleQuote": true,
"jest.enableCodeLens": true,
"javascript.referencesCodeLens.enabled": true,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "zsh",
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDragAndDrop": false,
"sync.gist": "a31a78a8c14de9ffae2b476038fe92b4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment