dotfiles/.config/VSCodium/User/settings.json
2023-09-29 12:48:23 +02:00

23 lines
No EOL
878 B
JSON

{
"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"
}