Skip to content

Instantly share code, notes, and snippets.

@syntax-punk
Created May 28, 2020 07:31
Show Gist options
  • Select an option

  • Save syntax-punk/ff7125f009b86a9db173902a86e70098 to your computer and use it in GitHub Desktop.

Select an option

Save syntax-punk/ff7125f009b86a9db173902a86e70098 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.colorTheme": "Night Owl",
"editor.fontSize": 14,
"editor.fontFamily": "Dank Mono, Fira Font, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.renderWhitespace": "boundary",
"workbench.iconTheme": "vscode-icons",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontLigatures": true,
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontLigatures": true,
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.rulers": [100],
"editor.tabSize": 2,
"files.autoSave": "onFocusChange",
"editor.mouseWheelZoom": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment