From d4a51241ceedae25f15bb8d202493554ae0af810 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 6 May 2021 17:40:36 +0300 Subject: [PATCH] internal: explain why sentence-per-line --- docs/dev/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/style.md b/docs/dev/style.md index 00de7a7117..d24a5952ed 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).