Skip to content

Instantly share code, notes, and snippets.

@christianwish
Created September 11, 2018 13:45
Show Gist options
  • Save christianwish/c3ca71a65a4e0c7ede0f3615e0e6aaf7 to your computer and use it in GitHub Desktop.
Save christianwish/c3ca71a65a4e0c7ede0f3615e0e6aaf7 to your computer and use it in GitHub Desktop.
my vscode sttings
{
"window.zoomLevel": 1,
"workbench.colorTheme": "Monokai",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.renderWhitespace": "all",
"editor.lineHeight": 24,
"files.trimTrailingWhitespace": true,
"editor.tabSize": 4,
"editor.minimap.maxColumn": 100,
"editor.rulers": [
80,
90,
100
],
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"editor.smoothScrolling": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment