]> git.lizzy.rs Git - rust.git/commitdiff
internal: explain why sentence-per-line
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 6 May 2021 14:40:36 +0000 (17:40 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 6 May 2021 14:40:36 +0000 (17:40 +0300)
docs/dev/style.md

index 00de7a711755cab84d36aaf806fda0a2ad3b8424..d24a5952edab0070c176170cd6ef84e5a9d684ac 100644 (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).