Skip to content

Instantly share code, notes, and snippets.

@mknxdev
Created November 16, 2017 13:20
Show Gist options
  • Save mknxdev/c03e7ff6e93fb6f3911f6326afe98516 to your computer and use it in GitHub Desktop.
Save mknxdev/c03e7ff6e93fb6f3911f6326afe98516 to your computer and use it in GitHub Desktop.
VS Code - Preferences
{
// Editor
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.scrollBeyondLastLine": false,
"editor.fontSize": 12,
"editor.fontFamily": "Monaco-Linux, 'DejaVu Sans Mono'",
"editor.renderIndentGuides": false,
"editor.tabCompletion": false,
"editor.minimap.showSlider": "always",
// Explorer
"explorer.decorations.colors": false,
"explorer.autoReveal": false,
// Files
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
// Window
"window.zoomLevel": 0,
// Misc
"html.suggest.html5": true,
"workbench.colorTheme": "Spacegray Eighties Dark",
"files.autoSave": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment