Skip to content

Instantly share code, notes, and snippets.

@cor
Created August 31, 2019 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cor/a8d36ba18e4d5ce02fe7e3c5fb009cca to your computer and use it in GitHub Desktop.
Save cor/a8d36ba18e4d5ce02fe7e3c5fb009cca to your computer and use it in GitHub Desktop.
VSCode settings
{
"window.zoomLevel": 0,
"editor.fontSize": 14,
"workbench.startupEditor": "newUntitledFile",
"editor.fontFamily": "'SF Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "bold",
"workbench.colorTheme": "Yitzchok (rainglow)",
"terminal.integrated.fontWeight": "bold",
"terminal.integrated.fontSize": 14,
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment