Skip to content

Instantly share code, notes, and snippets.

@josethomazini
Created June 21, 2021 22:35
Show Gist options
  • Save josethomazini/e98a55bfd5f632b46b69c8d51a425f9a to your computer and use it in GitHub Desktop.
Save josethomazini/e98a55bfd5f632b46b69c8d51a425f9a to your computer and use it in GitHub Desktop.
{
"breadcrumbs.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true,
},
"editor.cursorBlinking": "phase",
"editor.cursorStyle": "line",
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.mouseWheelZoom": true,
"editor.renderWhitespace": "all",
"editor.rulers": [
79
],
"editor.scrollbar.verticalScrollbarSize": 0,
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
"extensions.ignoreRecommendations": false,
"files.autoSave": "off",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"git.autofetch": true,
"git.confirmSync": false,
"python.languageServer": "Jedi",
"workbench.colorTheme": "Dracula Soft",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"python.defaultInterpreterPath": "/bin/python3",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.multiCursorModifier": "ctrlCmd",
"typescript.updateImportsOnFileMove.enabled": "always",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment