8743: internal: explain why sentence-per-line r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2021-05-06 14:41:14 +00:00 committed by GitHub
commit 6e99f42f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).