Skip to content

Instantly share code, notes, and snippets.

@diegotf30
Created September 22, 2021 18:29
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 diegotf30/71df6cb71fcacb13bd76f9c4f1f79970 to your computer and use it in GitHub Desktop.
Save diegotf30/71df6cb71fcacb13bd76f9c4f1f79970 to your computer and use it in GitHub Desktop.
VSCOde settings
{
"files.autoSave": "afterDelay",
"sync.gist": "1f89b61bfff7b6f2e135986bd913189a",
"workbench.iconTheme": "material-icon-theme",
"editor.renderIndentGuides": true,
"go.formatTool": "goimports",
"editor.renderControlCharacters": false,
"editor.renderWhitespace": "all",
"explorer.confirmDelete": false,
"terminal.integrated.inheritEnv": false,
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 1,
"go.useLanguageServer": true,
"files.associations": {
"*.pop": "go"
},
"editor.wordSeparators": "`~!@#$%^&*()-=+[]{}\\|;:'\",.<>/?_",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"update.showReleaseNotes": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment