Skip to content

Instantly share code, notes, and snippets.

@toropanov
Created May 14, 2018 11:24
Show Gist options
  • Save toropanov/a74723b0ee7842c9197f1687c209e44d to your computer and use it in GitHub Desktop.
Save toropanov/a74723b0ee7842c9197f1687c209e44d to your computer and use it in GitHub Desktop.
{
"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