Skip to content

Instantly share code, notes, and snippets.

@hbsnow
Created October 30, 2019 05:31
Show Gist options
  • Save hbsnow/35df41dd727d92b4a8d3631f404ccab0 to your computer and use it in GitHub Desktop.
Save hbsnow/35df41dd727d92b4a8d3631f404ccab0 to your computer and use it in GitHub Desktop.
{
"terminal.integrated.fontFamily": "\"RobotoMono Nerd Font Mono\"",
"editor.fontFamily": "\"Ricty Diminished\", Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"git.autofetch": true,
"editor.renderWhitespace": "boundary",
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment