Skip to content

Instantly share code, notes, and snippets.

@dktn
Created September 11, 2017 22:08
Show Gist options
  • Save dktn/f11ebdb1eed0b63ae9de254e65fe1853 to your computer and use it in GitHub Desktop.
Save dktn/f11ebdb1eed0b63ae9de254e65fe1853 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "DktnBrain",
"terminal.integrated.fontSize": 12,
"window.zoomLevel": 0,
"window.restoreWindows": "all",
"editor.fontSize": 12,
"editor.lineHeight": 15,
"editor.letterSpacing": 0,
"editor.occurrencesHighlight": false,
"editor.minimap.renderCharacters": true,
"editor.minimap.showSlider": "mouseover",
"editor.minimap.enabled": true,
"editor.formatOnPaste": false,
"editor.autoIndent": false,
"editor.acceptSuggestionOnEnter": "off",
"diffEditor.ignoreTrimWhitespace": false,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/_build": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/deps": true
},
"metaGo.decoration.width": 8,
"metaGo.decoration.height": 11,
"metaGo.decoration.fontSize": 10,
"metaGo.decoration.x": 1,
"metaGo.decoration.y": 9,
"metaGo.decoration.fontWeight": "bold",
"metaGo.decoration.fontFamily": "Menlo",
"markdown-preview-enhanced.previewTheme": "one-dark.css",
"settings.cycle": [
{
"id": "themeToggle",
"overrideWorkspaceSettings": false,
"values": [
{
"workbench.colorTheme": "DktnBrain"
},
{
"workbench.colorTheme": "Plastic"
}
]
}
],
"sync.gist": "43374caaeae01820878546228d64bc2b",
"sync.lastUpload": "2017-09-11T22:06:56.620Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"telemetry.enableTelemetry": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment