mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Book: fix formatting of some default values (#8837)
This commit is contained in:
parent
7868136a18
commit
2579bca21c
1 changed files with 8 additions and 8 deletions
|
@ -166,14 +166,14 @@ All git related options are only enabled in a git repository.
|
||||||
|
|
||||||
| Key | Description | Default |
|
| Key | Description | Default |
|
||||||
|--|--|---------|
|
|--|--|---------|
|
||||||
|`hidden` | Enables ignoring hidden files | true
|
|`hidden` | Enables ignoring hidden files | `true`
|
||||||
|`follow-symlinks` | Follow symlinks instead of ignoring them | true
|
|`follow-symlinks` | Follow symlinks instead of ignoring them | `true`
|
||||||
|`deduplicate-links` | Ignore symlinks that point at files already shown in the picker | true
|
|`deduplicate-links` | Ignore symlinks that point at files already shown in the picker | `true`
|
||||||
|`parents` | Enables reading ignore files from parent directories | true
|
|`parents` | Enables reading ignore files from parent directories | `true`
|
||||||
|`ignore` | Enables reading `.ignore` files | true
|
|`ignore` | Enables reading `.ignore` files | `true`
|
||||||
|`git-ignore` | Enables reading `.gitignore` 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-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
|
|`git-exclude` | Enables reading `.git/info/exclude` files | `true`
|
||||||
|`max-depth` | Set with an integer value for maximum depth to recurse | Defaults to `None`.
|
|`max-depth` | Set with an integer value for maximum depth to recurse | Defaults to `None`.
|
||||||
|
|
||||||
### `[editor.auto-pairs]` Section
|
### `[editor.auto-pairs]` Section
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue