Created
September 22, 2021 18:29
-
-
Save diegotf30/71df6cb71fcacb13bd76f9c4f1f79970 to your computer and use it in GitHub Desktop.
VSCOde settings
This file contains hidden or 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
{ | |
"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