Skip to content

Instantly share code, notes, and snippets.

@neelabalan
Created September 17, 2023 15:19
Show Gist options
  • Save neelabalan/4077afa524f74d1fedfe2608a32b0589 to your computer and use it in GitHub Desktop.
Save neelabalan/4077afa524f74d1fedfe2608a32b0589 to your computer and use it in GitHub Desktop.
vscode file explorer indentation
"workbench.tree.indent": 15,
"workbench.tree.renderIndentGuides": "always",
"workbench.colorCustomizations": {
"tree.indentGuidesStroke": "#05ef3c"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment