Last active
March 7, 2020 21:21
-
-
Save anatoliykant/00a687e7ce2d0e869ab7ee82b94b552a to your computer and use it in GitHub Desktop.
new gist from vs code plugin
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
{ | |
"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