You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ There is an additional `comet.json` file that includes the prefixes and descript
48
48
- Default: 100
49
49
- To adjust the total limit of characters in the *resulting* commit message, add the key `totalInputCharLimit` with the desired limit
50
50
- Adding this key overrides scope- and message-specific limits
51
+
- To allow typing beyond the character limit while still showing the count, add the key `overflowCharLimit` with the value `true`
52
+
- Default: `false`
53
+
- When enabled, the character count will turn orange when the limit is exceeded
51
54
- To adjust the order of the scope completion values (i.e. longer or shorter strings first), add the key `scopeOrderCompletion` with either `"ascending"` or `"descending"`
52
55
- Default: `"descending"`
53
56
- To enable the storing of runtime statistics, add the key `storeRuntime` with the value `true`
0 commit comments