Created
February 24, 2020 17:35
-
-
Save canvaspixels/7261b8f1bece4c63d82e4f50029479a9 to your computer and use it in GitHub Desktop.
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
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"emmet.triggerExpansionOnTab": true, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"emmet.syntaxProfiles": { "javascript": "html" }, | |
"editor.autoIndent": false, | |
"window.zoomLevel": 0, | |
"editor.wordWrap": "on", | |
"editor.tabSize": 2, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"window.restoreWindows": "all", | |
"cSpell.language": "en-GB", | |
"cSpell.userWords": [ | |
"architected", | |
"it", | |
"it’s", | |
"sdet", | |
"startup" | |
], | |
"cSpell.enabledLanguageIds": [ | |
"markdown", | |
"plaintext" | |
], | |
"workbench.editor.labelFormat": "short", | |
"explorer.confirmDelete": false, | |
"files.associations": { | |
"*.page": "yaml", | |
"*.steps": "feature" | |
}, | |
"workbench.editor.showTabs": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment