Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Configuration is read from the following (in precedence order)
| Field | Argument | Format | Default | Description |
| ---------------------- | ----------------- | -------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| ignore_author_re | \- | regex | (none) | Authors to ignore the commits for. Generally used with bots out of your control. |
| allowed_author_re | \- | regex | (none) | Require commit author to match this regular expression |
| allowed_author_re | \- | regex | (none) | Require commit author to match this regular expression. Note that this is only checked when operating on commits, and not on commit files/stdin. |
| subject_length | \- | number | 50 | Number of columns the subject can occupy |
| line_length | \- | number | 72 | Number of columns any line with a break can occupy, including subject |
| hard_line_length | \- | number | 0 (none) | Max number of columns any line can occupy |
Expand Down