Skip to content

Instantly share code, notes, and snippets.

@frostney
Created April 11, 2017 00:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frostney/1e8ff85ef7cdabbed783357f8537d33f to your computer and use it in GitHub Desktop.
Save frostney/1e8ff85ef7cdabbed783357f8537d33f to your computer and use it in GitHub Desktop.
VSCode settings
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 1,
"workbench.iconTheme": "vscode-icons",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"eslint.autoFixOnSave": true,
"javascript.validate.enable": false,
"flow.useNPMPackagedFlow": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment