workstation/roles/home-gui/files/fleet-settings.json

17 lines
423 B
JSON
Raw Normal View History

2023-08-01 15:13:25 +00:00
{
"animationEnabled": true,
"autoSave": false,
"editor.fontFamily": "Noto Sans Mono",
"editor.fontSize": 12.0,
"editor.guides": [
120
],
"editor.renderWhitespace": "All",
"fus.sendAllowed": false,
"restoreWorkspacesOnStartup": false,
"showEmptyStateOnLastClosedWindow": true,
"terminal.enableFocusEditorOnEsc": true,
"terminal.fontSize": 12.0,
"theme": "light"
}