Skip to content

Instantly share code, notes, and snippets.

@ValeryVS
Created June 5, 2017 09:14
Show Gist options
  • Save ValeryVS/0c22649c8ef31c05f3c7e9d29ebfc3dc to your computer and use it in GitHub Desktop.
Save ValeryVS/0c22649c8ef31c05f3c7e9d29ebfc3dc to your computer and use it in GitHub Desktop.
default vscode settings
{
"typescript.tsdk": "node_modules/typescript/lib",
// format
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": false,
"html.format.enable": false,
"json.format.enable": false,
// view
"editor.renderIndentGuides": true,
"editor.minimap.enabled": true,
// edit
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment