Skip to content

Instantly share code, notes, and snippets.

@humatios
Last active November 16, 2017 23:08
Show Gist options
  • Save humatios/e5e174d8b1f09a2c39149fff6f1c1778 to your computer and use it in GitHub Desktop.
Save humatios/e5e174d8b1f09a2c39149fff6f1c1778 to your computer and use it in GitHub Desktop.
Personal configuration for VS Code
{
"editor.fontSize": 22,
"files.autoSave": "onWindowChange",
"editor.renderWhitespace": "boundary",
"window.restoreWindows": "all",
"window.zoomLevel": 1,
"workbench.startupEditor": "newUntitledFile",
"editor.snippetSuggestions": "top",
"editor.formatOnSave": true,
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment