Skip to content

Instantly share code, notes, and snippets.

@MatheusR42
Created July 5, 2020 01:18
Show Gist options
  • Save MatheusR42/16f944a21d27d314e4288219d87e046b to your computer and use it in GitHub Desktop.
Save MatheusR42/16f944a21d27d314e4288219d87e046b to your computer and use it in GitHub Desktop.
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"breadcrumbs.enabled": false,
"explorer.compactFolders": false,
"window.zoomLevel": 1,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.lineHeight": 28,
"diffEditor.ignoreTrimWhitespace": true,
"editor.tabSize": 2,
"workbench.enableExperiments": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment