Root.Metadata.CommitMessage.Body.Length |
Parent | Index |
Sibling aspects | Existence |
The length of your commit message body lines.
Taste | Meaning | Values |
---|---|---|
max_body_length |
The maximal number of characters the body may contain in one line. The newline character at each line end does not count to that length. | 72, 50, 80 |
* bold denotes default value
This aspect does not have any sub aspects.
Some people just write very long commit messages. Too long.
Way too much actually. If they would just break their lines!
Git and platforms like GitHub usually break everything beyond 72 characters, making a message containing longer lines hard to read.
Simply break your lines right before you hit the border.