Skip to content

Instantly share code, notes, and snippets.

@canvaspixels
Created February 24, 2020 17:35
Show Gist options
  • Save canvaspixels/7261b8f1bece4c63d82e4f50029479a9 to your computer and use it in GitHub Desktop.
Save canvaspixels/7261b8f1bece4c63d82e4f50029479a9 to your computer and use it in GitHub Desktop.
{
"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