Skip to content

Instantly share code, notes, and snippets.

@cmacdonnacha
Last active April 2, 2020 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmacdonnacha/b6360f349c1a86aafda28f6d44c9d215 to your computer and use it in GitHub Desktop.
Save cmacdonnacha/b6360f349c1a86aafda28f6d44c9d215 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.minimap.enabled": false,
"prettier.configPath": ".prettierrc.js",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.gotoLocation.multipleDefinitions": "goto",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment