added VSCodium config

This commit is contained in:
Tobias Schmidl 2023-09-29 11:38:02 +02:00
parent 9f6346e737
commit ba02420459

View file

@ -0,0 +1,23 @@
{
"editor.fontFamily": "Hack,'Droid Sans Mono', 'monospace', monospace",
"editor.fontSize": 12,
"chat.editor.fontSize": 12,
"diffEditor.codeLens": true,
"diffEditor.experimental.showMoves": true,
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.preferredLightColorTheme": "Solarized Light",
"git.autofetch": "all",
"terminal.integrated.enableBell": true,
"debug.console.fontSize": 12,
"terminal.integrated.fontSize": 12,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"window.autoDetectColorScheme": true,
"workbench.colorTheme": "Solarized Dark",
"gitlens.telemetry.enabled": false,
"cmake.configureOnOpen": true,
"files.autoSave": "afterDelay",
"editor.renderWhitespace": "all",
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "toggle"
}