aboutsummaryrefslogtreecommitdiff
path: root/book/src/configuration.md
diff options
context:
space:
mode:
authorWuerfelDev2023-11-17 23:34:17 +0000
committerGitHub2023-11-17 23:34:17 +0000
commit2579bca21c250050e59ef782380ca3f3ed44fbb0 (patch)
treecd5e81a52289e746566e387629f73e7a5f5aaad9 /book/src/configuration.md
parent7868136a18aefc2c611d667b344dacacb4b9e8e1 (diff)
Book: fix formatting of some default values (#8837)
Diffstat (limited to 'book/src/configuration.md')
-rw-r--r--book/src/configuration.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index f8796245..f067038a 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -166,14 +166,14 @@ All git related options are only enabled in a git repository.
| Key | Description | Default |
|--|--|---------|
-|`hidden` | Enables ignoring hidden files | true
-|`follow-symlinks` | Follow symlinks instead of ignoring them | true
-|`deduplicate-links` | Ignore symlinks that point at files already shown in the picker | true
-|`parents` | Enables reading ignore files from parent directories | true
-|`ignore` | Enables reading `.ignore` files | true
-|`git-ignore` | Enables reading `.gitignore` files | true
-|`git-global` | Enables reading global `.gitignore`, whose path is specified in git's config: `core.excludefile` option | true
-|`git-exclude` | Enables reading `.git/info/exclude` files | true
+|`hidden` | Enables ignoring hidden files | `true`
+|`follow-symlinks` | Follow symlinks instead of ignoring them | `true`
+|`deduplicate-links` | Ignore symlinks that point at files already shown in the picker | `true`
+|`parents` | Enables reading ignore files from parent directories | `true`
+|`ignore` | Enables reading `.ignore` files | `true`
+|`git-ignore` | Enables reading `.gitignore` files | `true`
+|`git-global` | Enables reading global `.gitignore`, whose path is specified in git's config: `core.excludefile` option | `true`
+|`git-exclude` | Enables reading `.git/info/exclude` files | `true`
|`max-depth` | Set with an integer value for maximum depth to recurse | Defaults to `None`.
### `[editor.auto-pairs]` Section