dotfiles/.config/VSCodium/User/settings.json

27 lines
1 KiB
JSON
Raw Normal View History

2023-09-29 11:38:02 +02:00
{
"chat.editor.fontSize": 12,
2023-10-26 11:08:31 +02:00
"debug.console.fontSize": 12,
2023-09-29 11:38:02 +02:00
"diffEditor.codeLens": true,
"diffEditor.experimental.showMoves": true,
2023-10-26 11:08:31 +02:00
"diffEditor.maxComputationTime": 30000,
"editor.fontFamily": "Hack,'Droid Sans Mono', 'monospace', monospace",
"editor.fontSize": 12,
"editor.renderWhitespace": "all",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 5000,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
2023-09-29 11:38:02 +02:00
"git.autofetch": "all",
2023-10-26 11:08:31 +02:00
"gitlens.telemetry.enabled": false,
"markdown.extension.toc.levels": "2..6",
"markdown.extension.toc.unorderedList.marker": "*",
2024-09-28 15:28:01 +02:00
"terminal.integrated.enableVisualBell": true,
2023-09-29 11:38:02 +02:00
"terminal.integrated.fontSize": 12,
"window.autoDetectColorScheme": true,
2023-10-26 11:08:31 +02:00
"window.menuBarVisibility": "compact",
2023-09-29 11:38:02 +02:00
"window.titleBarStyle": "custom",
2023-10-26 11:08:31 +02:00
"workbench.colorTheme": "Solarized Dark",
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.preferredLightColorTheme": "Solarized Light",
}