internal: explain why sentence-per-line

This commit is contained in:
Aleksey Kladov 2021-05-06 17:40:36 +03:00
parent 65bdf84bea
commit d4a51241ce

View file

@ -947,4 +947,4 @@ match p.current() {
For `.md` and `.adoc` files, prefer a sentence-per-line format, don't wrap lines.
If the line is too long, you want to split the sentence in two :-)
**Rationale:** much easier to edit the text and read the diff.
**Rationale:** much easier to edit the text and read the diff, see [this link](https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line).