Skip to content

Instantly share code, notes, and snippets.

@dlucian
Last active August 4, 2020 15:55
Show Gist options
  • Save dlucian/8edf5ec573c86b4981e55fe9c836c7bd to your computer and use it in GitHub Desktop.
Save dlucian/8edf5ec573c86b4981e55fe9c836c7bd to your computer and use it in GitHub Desktop.
VS Code workspace defaults JSON
{
"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