Last active
March 26, 2021 05:49
-
-
Save kaluabentes/603162cac6d1fc3e33f223ee47757f98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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