Skip to content

Instantly share code, notes, and snippets.

@kmaraz
Last active December 28, 2019 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmaraz/a2f5b0f0d4b084f8187e1b7cc52c0db5 to your computer and use it in GitHub Desktop.
Save kmaraz/a2f5b0f0d4b084f8187e1b7cc52c0db5 to your computer and use it in GitHub Desktop.
{"lastUpload":"2019-12-28T20:01:28.887Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
}
]
{
"editor.fontFamily": "Source Code Variable",
"editor.fontSize": 13,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.formatOnPaste": true,
"editor.renderIndentGuides": true,
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/coverage": true,
"**/dist": true,
"**/build": true
},
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": false,
"workbench.iconTheme": null,
"window.openFilesInNewWindow": "off",
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"php.validate.enable": false,
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"tslint.autoFixOnSave": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "Monokai Pro",
"workbench.startupEditor": "newUntitledFile",
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"files.autoSave": "off",
"editor.cursorStyle": "line-thin",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"explorer.confirmDelete": false,
"typescript.preferences.quoteStyle": "single",
"typescript.preferences.importModuleSpecifier": "relative",
"editor.foldingStrategy": "auto",
"breadcrumbs.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"files.enableTrash": false,
"editor.suggest.filteredTypes": {
"keyword": false
},
"editor.suggest.maxVisibleSuggestions": 8,
"editor.suggest.showIcons": false,
"sync.gist": "a2f5b0f0d4b084f8187e1b7cc52c0db5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment