Skip to content

Instantly share code, notes, and snippets.

@WalderlanSena
Created June 26, 2020 14:18
Show Gist options
  • Save WalderlanSena/84722931d7acdfd34438e1449d015c58 to your computer and use it in GitHub Desktop.
Save WalderlanSena/84722931d7acdfd34438e1449d015c58 to your computer and use it in GitHub Desktop.
Config Vs Code
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"explorer.compactFolders": false,
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment