-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
38 lines (36 loc) · 1000 Bytes
/
settings.json
File metadata and controls
38 lines (36 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
// I'm sure Zed will get a GUI settings editor in time but until that happens...
// see what is possible with settings here: https://zed.dev/docs/configuring-zed
{
"preferred_line_length": 90,
"soft_wrap": "preferred_line_length",
"hour_format": "hour24",
"ui_font_size": 15,
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
},
"autosave": {
"after_delay": {
"milliseconds": 1000,
"current_line_highlight": "gutter"
}
},
"scrollbar": {
"show": "auto",
"cursors": true,
"git_diff": true,
"search_results": true,
"selected_symbol": true,
"diagnostics": true
}
}