Skip to content

Instantly share code, notes, and snippets.

@kaluabentes
Last active March 26, 2021 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaluabentes/603162cac6d1fc3e33f223ee47757f98 to your computer and use it in GitHub Desktop.
Save kaluabentes/603162cac6d1fc3e33f223ee47757f98 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.fontFamily": "JetBrains Mono",
"editor.fontWeight": "500",
"terminal.integrated.fontWeight": "500",
"editor.fontSize": 14,
"terminal.integrated.fontSize": 14,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Dracula Soft",
"editor.wordWrap": "on"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment