commitfmt 0.0.1

A git commit message formatter
Documentation
1
2
3
4
5
6
7
# commitfmt configuration file

# Maximum subject line length (default: 50)
subject_max_length = 50

# Maximum body line length (default: 72)
body_max_line_length = 72