Skip to content

Commit

Permalink
chore: Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored and github-actions[bot] committed Oct 27, 2023
1 parent e94f77a commit fbc1b0e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/tinygit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,19 @@ The `setup` call is optional. These are the default settings:
-- in this message. `false` to disallow empty commit messages.
emptyFillIn = "chore", ---@type string|false

-- disallow commit messages without a conventinal commit keyword
-- disallow commit messages without a conventional commit keyword
enforceConvCommits = {
enabled = true,
enabled = false,
-- stylua: ignore
keywords = {
"chore", "build", "test", "fix", "feat", "refactor", "perf",
"style", "revert", "ci", "docs", "break", "improv",
},
},

-- enable vim's builtin spellcheck for the commit message input field
-- (configured to ignore capitalization and correctly consider camelCase)
spellcheck = false,
},
asyncOpConfirmationSound = true, -- currently macOS only
issueIcons = {
Expand Down

0 comments on commit fbc1b0e

Please sign in to comment.