We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
It's hard to tell how long my commit message is.
Describe the solution you'd like
Basically mimic VS Code, where you can set a warning after a certain number of characters.
Describe alternatives you've considered
Alternatively even just a simple character count would be helpful.
The text was updated successfully, but these errors were encountered:
c428db0
Sorry, something went wrong.
@austinbutler regarding the warning, I am wondering if there is a general rule of what is too long and what is not?
@extrawurst thanks for the blazing fast turnaround!
The most common AFAIK is the 50/72 guideline. 50 or less character summary, blank line, then 72 characters or less description.
In VS Code it's configurable at what length the warning appears.
support showing char count (closes #466)
976ef66
No branches or pull requests
Is your feature request related to a problem? Please describe.
It's hard to tell how long my commit message is.
Describe the solution you'd like
Basically mimic VS Code, where you can set a warning after a certain number of characters.
Describe alternatives you've considered
Alternatively even just a simple character count would be helpful.
The text was updated successfully, but these errors were encountered: