config/code/.config/VSCodium/User/settings.json

30 lines
No EOL
999 B
JSON

{
"[just]": {
"editor.tabSize": 2
},
"[yaml]": {
"editor.tabSize": 2
},
"breadcrumbs.enabled": false,
"editor.fontFamily": "'FiraCode Nerd Font', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.tabSize": 4,
"livePreview.openPreviewTarget": "External Browser",
"redhat.telemetry.enabled": false,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.enablePersistentSessions": false,
"terminal.integrated.hideOnStartup": "always",
"update.showReleaseNotes": false,
"vscode-pets.petSize": "medium",
"vscode-pets.position": "explorer",
"vscode-pets.throwBallWithMouse": true,
"window.restoreWindows": "one",
"window.zoomLevel": 2,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none"
}