Skip to content

Commit

Permalink
use canonical name (helix-editor#8960)
Browse files Browse the repository at this point in the history
I do not find anywhere where the option omits the 's'
  • Loading branch information
tshepang authored Dec 1, 2023
1 parent 0c81ef7 commit 86023cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ All git related options are only enabled in a git repository.
|`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-global` | Enables reading global `.gitignore`, whose path is specified in git's config: `core.excludesfile` 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`.

Expand Down

0 comments on commit 86023cf

Please sign in to comment.