added VSCodium config
This commit is contained in:
parent
9f6346e737
commit
ba02420459
1 changed files with 23 additions and 0 deletions
23
.config/VSCodium/User/settings.json
Normal file
23
.config/VSCodium/User/settings.json
Normal 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"
|
||||
}
|
Loading…
Add table
Reference in a new issue