Last active
April 2, 2020 10:14
-
-
Save cmacdonnacha/b6360f349c1a86aafda28f6d44c9d215 to your computer and use it in GitHub Desktop.
VS Code Settings
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.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