Skip to content

Instantly share code, notes, and snippets.

@kyya
Created August 2, 2019 09:22
Show Gist options
  • Select an option

  • Save kyya/a3a67b5ac4dc48b2568a60fda31b7342 to your computer and use it in GitHub Desktop.

Select an option

Save kyya/a3a67b5ac4dc48b2568a60fda31b7342 to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": true,
"editor.fontSize": 16,
"editor.fontFamily": "'Fira Code', Monaco, mononoki, Consolas, Source Han Serif SC",
"editor.minimap.enabled": false,
"workbench.editor.openSideBySideDirection": "down",
"svelte.plugin.typescript.diagnostics.enable": false,
"editor.letterSpacing": 0.4,
"editor.lineHeight": 34,
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "boundary",
"editor.fontLigatures": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment