Skip to content

Instantly share code, notes, and snippets.

@qasimalyas
Created October 31, 2019 22:17
Show Gist options
  • Save qasimalyas/23bd6ed39debaa4b3c15c750f18a2632 to your computer and use it in GitHub Desktop.
Save qasimalyas/23bd6ed39debaa4b3c15c750f18a2632 to your computer and use it in GitHub Desktop.
VScode gist πŸ€™πŸ»
// fonts are here: https://www.typography.com/fonts/operator/styles
{
// "terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"editor.formatOnSave": true,
"window.zoomLevel": 0,
// "editor.fontFamily": "Fira Code",
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "300",
"editor.fontLigatures": true,
"editor.lineHeight": 26,
"workbench.startupEditor": "welcomePage",
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.renderWhitespace": "boundary",
"breadcrumbs.enabled": true,
"editor.fontSize": 16,
"editor.letterSpacing": 0.5,
"explorer.autoReveal": false,
"workbench.sideBar.location": "left",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Cobalt2",
"extensions.ignoreRecommendations": false,
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontWeight": "300"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment