mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Touched up settings text
This commit is contained in:
parent
0f1d71c38f
commit
c237075102
1 changed files with 9 additions and 1 deletions
|
@ -74,8 +74,16 @@
|
|||
"hard_tabs": false,
|
||||
// How many columns a tab should occupy.
|
||||
"tab_size": 4,
|
||||
// Git gutter behavior configuration. Remove this item to disable git gutters entirely.
|
||||
// Git gutter behavior configuration.
|
||||
"git_gutter": {
|
||||
// Which files to show the git gutter on. This setting can take
|
||||
// three values:
|
||||
// 1. All files:
|
||||
// "files_included": "all",
|
||||
// 2. Only files tracked in git:
|
||||
// "files_included": "only_tracked",
|
||||
// 3. Disable git gutters:
|
||||
// "files_included": "none",
|
||||
"files_included": "all"
|
||||
},
|
||||
// Settings specific to the terminal
|
||||
|
|
Loading…
Reference in a new issue