Skip to content

Instantly share code, notes, and snippets.

@anatoliykant
Last active March 7, 2020 21:21
Show Gist options
  • Save anatoliykant/00a687e7ce2d0e869ab7ee82b94b552a to your computer and use it in GitHub Desktop.
Save anatoliykant/00a687e7ce2d0e869ab7ee82b94b552a to your computer and use it in GitHub Desktop.
new gist from vs code plugin
{
"window.zoomLevel": 1,
"telemetry.enableTelemetry": false,
"explorer.confirmDragAndDrop": false,
"html.format.wrapAttributes": "auto",
"editor.wordWrap": "on",
"files.autoSave": "afterDelay",
"editor.largeFileOptimizations": false,
"editor.renderWhitespace": "all",
"GithubGistExplorer.explorer.gistAscending": true,
"GithubGistExplorer.explorer.gistSortBy": "Last Updated",
"GithubGistExplorer.explorer.subscriptionSortBy": "Last Updated",
"GithubGistExplorer.explorer.subscriptionAscending": false,
"GithubGistExplorer.github.token": "994407f2e6c2ae43a97c5eb07c73b8ac36afe7a0",
"GithubGistExplorer.github.username": "anatoliykant"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment