mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-13 01:52:25 +00:00
53 lines
No EOL
1.8 KiB
JSON
53 lines
No EOL
1.8 KiB
JSON
{
|
|
"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": "vscode.typescript-language-features"
|
|
},
|
|
"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": true,
|
|
"caddyfile.executable": "/home/gildedguy/.local/bin/caddy",
|
|
"explorer.confirmDragAndDrop": false,
|
|
"gitlens.plusFeatures.enabled": false,
|
|
"gpgIndicator.enablePassphraseCache": true,
|
|
"workbench.editor.limit.excludeDirty": true,
|
|
"workbench.editor.limit.enabled": true,
|
|
"workbench.editor.limit.perEditorGroup": true,
|
|
"terminal.integrated.scrollback": 100000,
|
|
"diffEditor.maxComputationTime": 0,
|
|
"editor.tabSize": 2,
|
|
"typescript.updateImportsOnFileMove.enabled": "always"
|
|
} |