Skip to content

Instantly share code, notes, and snippets.

@omarciovsena
Created January 3, 2020 13:00
Show Gist options
  • Save omarciovsena/ed8be42b25618c73a99f64adcb2209b4 to your computer and use it in GitHub Desktop.
Save omarciovsena/ed8be42b25618c73a99f64adcb2209b4 to your computer and use it in GitHub Desktop.
VSCode - Settings
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"eslint.autoFixOnSave": true,
"javascript.validate.enable": false,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"window.zoomLevel": -2,
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Dracula",
"editor.rulers": [
80,
120
],
"workbench.iconTheme": "material-icon-theme",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment