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,42 @@
{
"editor.formatOnPaste": true,
"git.autofetch": true,
"[markdown]": {
"editor.wordWrap": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tokenColorCustomizations": {
"textMateRules": []
},
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
"workbench.productIconTheme": "material-product-icons",
"workbench.iconTheme": "material-icon-theme",
"git.confirmSync": false,
"arcade-vsc.slackID": "U07CAPBB9B5",
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"workbench.editor.editorActionsLocation": "titleBar",
"diffEditor.ignoreTrimWhitespace": false,
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"sqltools.useNodeRuntime": true,
"sqltools.connections": [],
"arcade-vsc.notifications.startReminder": false
}