Describe how to hard-wrap text in Emacs
This commit is contained in:
parent
6e4cea308d
commit
6d1469d2fb
|
@ -50,7 +50,8 @@ commit, perhaps your commit should be broken into smaller separate
|
||||||
commits.
|
commits.
|
||||||
|
|
||||||
The commit body can be longer and can consist of multiple paragraphs.
|
The commit body can be longer and can consist of multiple paragraphs.
|
||||||
The text of the body should be hard wrapped to 68-72 characters.
|
The text of the body should be hard wrapped to 68-72 characters. (In
|
||||||
|
Emacs you can hard wrap text with `M-q`.)
|
||||||
|
|
||||||
When writing the commit body, describe in detail the problem that your
|
When writing the commit body, describe in detail the problem that your
|
||||||
commit aims to solve, how your commit solves the problem, and any
|
commit aims to solve, how your commit solves the problem, and any
|
||||||
|
|
Loading…
Reference in New Issue