Last active
August 4, 2020 15:55
-
-
Save dlucian/8edf5ec573c86b4981e55fe9c836c7bd to your computer and use it in GitHub Desktop.
VS Code workspace defaults JSON
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
{ | |
"editor.detectIndentation": false, | |
"editor.tabSize": 4, | |
"editor.insertSpaces": true, | |
"[javascript]": { | |
"editor.tabSize": 2 | |
}, | |
"[css]": { | |
"editor.tabSize": 2 | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment