vs code auto remove indentation code example
Example: vscode remove indentation lines
Make it invisible or very soft
"workbench.colorCustomizations": {
"editorIndentGuide.background": "#00000000" // hide via 100% transparency.
}
Make it invisible or very soft
"workbench.colorCustomizations": {
"editorIndentGuide.background": "#00000000" // hide via 100% transparency.
}