Skip to content

Instantly share code, notes, and snippets.

@ForbesLindesay
Created September 14, 2018 10:56
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 ForbesLindesay/5813451195292389fbcc1f56c4dace0b to your computer and use it in GitHub Desktop.
Save ForbesLindesay/5813451195292389fbcc1f56c4dace0b to your computer and use it in GitHub Desktop.
VSCode Settings
{
"editor.fontFamily": "FiraCode-Regular, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"window.zoomLevel": 4,
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
},
"[json]": {
"editor.formatOnSave": false
},
"[javascript]": {
"editor.formatOnSave": true
},
"editor.tabSize": 2,
"prettier.requireConfig": true,
"git.decorations.enabled": false,
"files.associations": {
"*.js": "javascript"
},
"flow.useNPMPackagedFlow": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment