diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-05-06 17:40:36 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-05-06 17:40:36 +0300 |
| commit | d4a51241ceedae25f15bb8d202493554ae0af810 (patch) | |
| tree | 966d9138b1882b491f5f45c456bc848d7b5a97d7 | |
| parent | 65bdf84beaee439d8a122ae6ec2ee921e5a9e0bb (diff) | |
| download | rust-d4a51241ceedae25f15bb8d202493554ae0af810.tar.gz rust-d4a51241ceedae25f15bb8d202493554ae0af810.zip | |
internal: explain why sentence-per-line
| -rw-r--r-- | docs/dev/style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md index 00de7a71175..d24a5952eda 100644 --- a/docs/dev/style.md +++ b/docs/dev/style.md @@ -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). |
