Skip to content

Instantly share code, notes, and snippets.

@sagar-gavhane
Created November 7, 2018 07:37
Show Gist options
  • Save sagar-gavhane/14e2406153525c7cebb556b4e512ebc4 to your computer and use it in GitHub Desktop.
Save sagar-gavhane/14e2406153525c7cebb556b4e512ebc4 to your computer and use it in GitHub Desktop.
vscode user settings
{
"editor.fontFamily": "'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'Source Code Pro', 'Inconsolata for Powerline', monospace",
"editor.fontSize": 16,
"editor.fontWeight": "500",
"editor.lineHeight": 24.65,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"prettier.eslintIntegration": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 3,
"editor.cursorBlinking": "solid",
"editor.tabSize": 2,
"javascript.updateImportsOnFileMove.enabled": "never",
"editor.fontLigatures": true,
"window.zoomLevel": 1,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Default Light+",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"update.channel": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment