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