docs: Improve default settings comments (#13749)
- Add the phrase "compact folders" to `auto_fold_dirs` to enhance searchability. - Fix `buffer_line_height` copy pasta Release Notes: - N/A
This commit is contained in:
parent
28c5e33e0c
commit
351a3c0815
1 changed files with 5 additions and 5 deletions
|
@ -38,11 +38,11 @@
|
||||||
// Set the buffer's line height.
|
// Set the buffer's line height.
|
||||||
// May take 3 values:
|
// May take 3 values:
|
||||||
// 1. Use a line height that's comfortable for reading (1.618)
|
// 1. Use a line height that's comfortable for reading (1.618)
|
||||||
// "line_height": "comfortable"
|
// "buffer_line_height": "comfortable"
|
||||||
// 2. Use a standard line height, (1.3)
|
// 2. Use a standard line height, (1.3)
|
||||||
// "line_height": "standard",
|
// "buffer_line_height": "standard",
|
||||||
// 3. Use a custom line height
|
// 3. Use a custom line height
|
||||||
// "line_height": {
|
// "buffer_line_height": {
|
||||||
// "custom": 2
|
// "custom": 2
|
||||||
// },
|
// },
|
||||||
"buffer_line_height": "comfortable",
|
"buffer_line_height": "comfortable",
|
||||||
|
@ -307,8 +307,8 @@
|
||||||
// when a corresponding project entry becomes active.
|
// when a corresponding project entry becomes active.
|
||||||
// Gitignored entries are never auto revealed.
|
// Gitignored entries are never auto revealed.
|
||||||
"auto_reveal_entries": true,
|
"auto_reveal_entries": true,
|
||||||
/// Whether to fold directories automatically
|
// Whether to fold directories automatically and show compact folders
|
||||||
/// when a directory has only one directory inside.
|
// (e.g. "a/b/c" ) when a directory has only one subdirectory inside.
|
||||||
"auto_fold_dirs": false,
|
"auto_fold_dirs": false,
|
||||||
/// Scrollbar-related settings
|
/// Scrollbar-related settings
|
||||||
"scrollbar": {
|
"scrollbar": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue