// Place your key bindings in this file to override the defaultsauto[][ { "key": "ctrl+shift+alt+f", "command": "search.action.openEditor" }, { "key": "alt+w", "command": "editor.emmet.action.wrapWithAbbreviation" }]
{ "printWidth": 160, // the default 80char rule is dead; we have wide screens double it. "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "trailingComma": "all", "bracketSpacing": true, "arrowParens": "always", "endOfLine": "lf", "bracketSameLine": true, // I prefer having the ">" char on the last line this makes that happen. "overrides": [ { "files": "*.html", "options": { "parser": "angular" // This parse is specific for angular (duh) it makes spacing work for control flow for example, much nicer experience } } ]}