Skip to content

Instantly share code, notes, and snippets.

@enchant3dmango
Last active February 20, 2025 06:56
Show Gist options
  • Save enchant3dmango/0cb0ec4e010a8898db8776f0d11d70c1 to your computer and use it in GitHub Desktop.
Save enchant3dmango/0cb0ec4e010a8898db8776f0d11d70c1 to your computer and use it in GitHub Desktop.
My VS Code settings.
{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"workbench.tree.indent": 15,
"workbench.tree.renderIndentGuides": "always",
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#05ef3c"
},
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment