Skip to content

Instantly share code, notes, and snippets.

@nateluzod
Created August 23, 2017 22:44
Show Gist options
  • Save nateluzod/8bc8fbadb0e329010f2f22aa70c7e77f to your computer and use it in GitHub Desktop.
Save nateluzod/8bc8fbadb0e329010f2f22aa70c7e77f to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.colorTheme": "One Dark Pro",
"editor.fontSize": 16,
"editor.fontFamily": "Menlo",
"editor.lineHeight": 36,
"window.zoomLevel": 0,
"git.enableSmartCommit": true,
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight": 2,
"terminal.integrated.cursorBlinking": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment