-
-
Save brunopulis/e1c1d591275f13b16e74c2bd77802a90 to your computer and use it in GitHub Desktop.
settings-vscode
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
{ | |
"window.zoomLevel": 1, | |
"files.associations": { | |
"*.json": "json" | |
}, | |
"workbench.welcome.enabled": false, | |
"typescript.check.tscVersion": false, | |
"workbench.iconTheme": "vs-seti", | |
"editor.renderWhitespace": "all", | |
"files.trimTrailingWhitespace": true, | |
"editor.tabCompletion": true, | |
"editor.tabSize": 2, | |
"files.trimTrailingWhitespace": true, | |
"workbench.colorTheme": "Dracula", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"typescript.check.npmIsInstalled": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment