Created
May 14, 2018 11:24
-
-
Save toropanov/a74723b0ee7842c9197f1687c209e44d to your computer and use it in GitHub Desktop.
This file contains 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": "Atom One Dark", | |
"workbench.iconTheme": null, | |
"workbench.statusBar.feedback.visible": false, | |
"gitProjectManager.baseProjectsFolders": [ | |
"/Users/tanotify/Projects" | |
], | |
"gitProjectManager.ignoredFolders": ["node_modules"], | |
"gitProjectManager.maxDepthRecursion": 2, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "none", | |
"editor.renderControlCharacters": false, | |
"workbench.activityBar.visible": true, | |
"explorer.openEditors.visible": 0, | |
"terminal.integrated.shellArgs.osx": [], | |
"git.confirmSync": false, | |
"window.zoomLevel": 0, | |
"extensions.ignoreRecommendations": false, | |
"editor.detectIndentation": false, | |
"editor.tabSize": 2, | |
"editor.insertSpaces": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment