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
|
||||
// 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": {
|
||||
"button": false
|
||||
},
|
||||
@@ -24,8 +42,8 @@
|
||||
"diagnostics": false,
|
||||
"metrics": false
|
||||
},
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 15,
|
||||
"ui_font_size": 14,
|
||||
"buffer_font_size": 12,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
|
||||
Reference in New Issue
Block a user