Created
September 17, 2023 15:19
-
-
Save neelabalan/4077afa524f74d1fedfe2608a32b0589 to your computer and use it in GitHub Desktop.
vscode file explorer indentation
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
"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