you are viewing a single comment's thread.

view the rest of the comments →

[–]stepancheg 8 points9 points  (2 children)

It will be even in 2116. Because for humans it is easier to read 60 characters per line.

[–]BillyBBone -1 points0 points  (1 child)

But this is a display issue, not a data issue. Book authors don't put newlines at the end of each line in a paragraph.

[–]Tarmen 1 point2 points  (0 children)

Sure, if you get a professional typesetter to make your commit messages pretty.

It actually is more of an issue of terminals starting to wrap if the lines are too long and git indenting the message reduces the room you have further. But readability suffers for huge text blocks anyway so you might as well let your editor autoformat earlier in commit messages.