Last active
August 13, 2019 23:08
-
-
Save nmoinvaz/a9679ecc0088c6618d4b9e5f4446a36d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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