Skip to content

Instantly share code, notes, and snippets.

@brandonc
Created August 9, 2018 16:54
Show Gist options
  • Save brandonc/7bfd1c10abc313a1a67bd3b18cc009b1 to your computer and use it in GitHub Desktop.
Save brandonc/7bfd1c10abc313a1a67bd3b18cc009b1 to your computer and use it in GitHub Desktop.
vscodesettings.json
{
"editor.dragAndDrop": false,
"editor.fontFamily": "'IBM Plex Mono Light'",
"editor.lineHeight": 20,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.roundedSelection": false,
"editor.rulers": [100, 120],
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"telemetry.enableTelemetry": false,
"workbench.statusBar.feedback.visible": false,
"workbench.colorTheme": "Monokai Pro",
"workbench.iconTheme": "Monokai Pro Icons",
"window.zoomLevel": 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment