Created
December 1, 2024 05:11
-
-
Save chk7964/7ad0ef4db5a2d3a4296266ab25212b38 to your computer and use it in GitHub Desktop.
This file contains 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
"editor.codeActionsOnSave": { | |
"source.organizeImports": true | |
}, | |
"workbench.tree.indent": 20, | |
"workbench.tree.renderIndentGuides": "always", | |
"workbench.colorCustomizations": { | |
"tree.indentGuidesStroke": "#ff0000", | |
"tree.inactiveIndentGuidesStroke": "#00ff00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment