Update conf.json
This commit is contained in:
22
conf.json
22
conf.json
@@ -7,6 +7,24 @@
|
|||||||
// custom settings, run `zed: open default settings` from the
|
// custom settings, run `zed: open default settings` from the
|
||||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
{
|
{
|
||||||
|
"close_on_file_delete": true,
|
||||||
|
"agent": {
|
||||||
|
"button": false,
|
||||||
|
"model_parameters": []
|
||||||
|
},
|
||||||
|
"project_panel": {
|
||||||
|
"hide_hidden": false,
|
||||||
|
"hide_root": true,
|
||||||
|
"indent_size": 20.0
|
||||||
|
},
|
||||||
|
"prettier": {
|
||||||
|
"allowed": true
|
||||||
|
},
|
||||||
|
"autosave": {
|
||||||
|
"after_delay": {
|
||||||
|
"milliseconds": 1000
|
||||||
|
}
|
||||||
|
},
|
||||||
"collaboration_panel": {
|
"collaboration_panel": {
|
||||||
"button": false
|
"button": false
|
||||||
},
|
},
|
||||||
@@ -24,8 +42,8 @@
|
|||||||
"diagnostics": false,
|
"diagnostics": false,
|
||||||
"metrics": false
|
"metrics": false
|
||||||
},
|
},
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 14,
|
||||||
"buffer_font_size": 15,
|
"buffer_font_size": 12,
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "One Light",
|
"light": "One Light",
|
||||||
|
|||||||
Reference in New Issue
Block a user