config/code/.config/Code - OSS/User/settings.json
2024-03-13 20:40:51 +10:00

32 lines
No EOL
1.1 KiB
JSON

{
"[just]": {
"editor.tabSize": 2
},
"[yaml]": {
"editor.tabSize": 2
},
"accessibility.dimUnfocused.enabled": true,
"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,
"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.throwBallWithMouse": true,
"window.menuBarVisibility": "toggle",
"window.restoreWindows": "one",
"window.zoomLevel": 2,
"workbench.activityBar.location": "hidden",
"workbench.colorTheme": "Tokyo Night",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none"
}