Skip to content

Instantly share code, notes, and snippets.

@stpnlr
Created November 23, 2018 06:37
Show Gist options
  • Save stpnlr/0610fe25966e2fb14271e91ea4084233 to your computer and use it in GitHub Desktop.
Save stpnlr/0610fe25966e2fb14271e91ea4084233 to your computer and use it in GitHub Desktop.
VS code conf
{
"workbench.colorTheme": "Quiet Light",
"editor.fontFamily": "'Code New Roman', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.renderWhitespace": "all",
"editor.insertSpaces": false,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.smoothScrolling": true,
"editor.tabCompletion": "on",
"breadcrumbs.enabled": true,
"workbench.settings.editor": "json",
"zenMode.restore": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"window.zoomLevel": 0,
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontFamily": "Code New Roman",
"vsicons.projectDetection.autoReload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment