docs(git_commit): add extra trailing space to tag_symbol (#6186)

docs(config): add extra trailing space to `tag_symbol` (Git Commit module)
This commit is contained in:
Justin Su 2024-09-12 04:38:16 -04:00 committed by GitHub
parent 0200d75b37
commit 58af64e582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1842,7 +1842,7 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
| `tag_max_candidates` | `0` | How many commits to consider for tag display. The default only allows exact matches. |
| `tag_symbol` | `' 🏷 '` | Tag symbol prefixing the info shown |
| `tag_symbol` | `' 🏷 '` | Tag symbol prefixing the info shown |
| `disabled` | `false` | Disables the `git_commit` module. |
### Variables