Skip to content

Instantly share code, notes, and snippets.

@tuxracer
Created October 26, 2017 20:23
Show Gist options
  • Save tuxracer/31e7f7c32d7d18179dd858ab19d7b129 to your computer and use it in GitHub Desktop.
Save tuxracer/31e7f7c32d7d18179dd858ab19d7b129 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Operator Mono",
"editor.fontSize": 14,
"window.reopenFolders": "all",
"files.trimTrailingWhitespace": true,
"typescript.check.tscVersion": false,
"window.zoomLevel": 0,
"workbench.welcome.enabled": false,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vs-seti",
"editor.minimap.enabled": true,
"editor.cursorBlinking": "solid",
"files.insertFinalNewline": true,
"javascript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.implementationsCodeLens.enabled": true,
"editor.codeLens": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment