chore(global): update VS Code and Zed editor settings

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-11 15:37:25 +08:00
parent 4fd021f3a0
commit a53db84791
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
9 changed files with 117 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,17 @@
{
"workbench.colorTheme": "Default Light Modern",
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.glyphMargin": false,
"explorer.decorations.badges": false,
"explorer.decorations.colors": false,
"editor.fontLigatures": true,
"files.autoSave": "afterDelay",
"git.enableSmartCommit": true,
"window.commandCenter": true,
"editor.renderWhitespace": "none",
"workbench.editor.untitled.hint": "hidden",
"markdown.validate.enabled": true,
"markdown.updateLinksOnFileMove.enabled": "prompt",
"workbench.startupEditor": "none"
}