Created
November 10, 2018 20:33
-
-
Save Davidnet/74094479d9d7c9aa4594e16d02dd2e3b to your computer and use it in GitHub Desktop.
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
{ | |
"workbench.colorTheme": "Monokai Dimmed", | |
"vim.easymotion": true, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": false, | |
"git.enableSmartCommit": true, | |
"breadcrumbs.enabled": true, | |
"[python]": { | |
"editor.rulers": [ | |
79, | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment