Skip to content

Instantly share code, notes, and snippets.

@neo
Last active March 16, 2019 20:21
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 neo/94f9e6a3e6e5d0908930979f53404614 to your computer and use it in GitHub Desktop.
Save neo/94f9e6a3e6e5d0908930979f53404614 to your computer and use it in GitHub Desktop.
VS Code settings from work
{
"terminal.integrated.fontFamily": "Fira Code",
"diffEditor.renderSideBySide": false,
"editor.renderWhitespace": "all",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"scss": "css"
},
"editor.formatOnSave": true,
"flow.useNPMPackagedFlow": true,
"workbench.iconTheme": "vscode-icons"
}
@neo
Copy link
Author

neo commented May 15, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment