Last active
November 21, 2019 15:41
-
-
Save egm0121/04a549a44a0ca7e44eba0a05346f01c8 to your computer and use it in GitHub Desktop.
VSCode config
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
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontSize": 13, | |
"editor.roundedSelection": false, | |
"typescript.check.npmIsInstalled": false, | |
"window.restoreWindows": "all", | |
"workbench.colorTheme": "Nord", | |
"editor.tabSize": 2, | |
"window.zoomLevel": 0.75, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"editor.tokenColorCustomizations": { | |
"[Nord]": { | |
"comments": "#84a2b6" | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment