Skip to content

Instantly share code, notes, and snippets.

@nmoinvaz
Last active August 13, 2019 23:08
Show Gist options
  • Save nmoinvaz/a9679ecc0088c6618d4b9e5f4446a36d to your computer and use it in GitHub Desktop.
Save nmoinvaz/a9679ecc0088c6618d4b9e5f4446a36d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"editor.fontSize": 12,
"editor.renderWhitespace": "all",
"breadcrumbs.enabled": true,
"workbench.colorTheme": "Atom One Dark",
"window.titleBarStyle": "custom",
"window.zoomLevel": -1,
"editor.minimap.enabled": false,
"python.pythonPath": "c:\\python27\\",
"terminal.explorerKind": "external",
"markdown-preview-enhanced.printBackground": true,
"markdown-preview-enhanced.previewTheme": "atom-light.css",
"workbench.tree.indent": 14,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment