Skip to content

Instantly share code, notes, and snippets.

@dennis90
Created November 20, 2019 20:40
Show Gist options
  • Save dennis90/f4830b1100fa05fb76294234c261fb42 to your computer and use it in GitHub Desktop.
Save dennis90/f4830b1100fa05fb76294234c261fb42 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily":"Fira Code",
"editor.fontLigatures": false,
"editor.fontSize":16,
"editor.lineHeight":24,
"editor.parameterHints.enabled": false,
"editor.renderLineHighlight": "gutter",
"editor.renderWhitespace": "boundary",
"editor.rulers": [120],
"editor.tabCompletion": "off",
"git.enabled": true,
"git.enableSmartCommit": true,
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.enabled": false,
"gitlens.codeLens.recentChange.enabled": false,
"terminal.integrated.fontSize": 14,
"typescript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": -1,
"workbench.colorTheme": "Dracula",
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.rendererType": "dom",
"javascript.updateImportsOnFileMove.enabled": "always",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment