diff options
Diffstat (limited to 'docs/dev/style.md')
-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 00de7a711..d24a5952e 100644 --- a/docs/dev/style.md +++ b/docs/dev/style.md | |||
@@ -947,4 +947,4 @@ match p.current() { | |||
947 | For `.md` and `.adoc` files, prefer a sentence-per-line format, don't wrap lines. | 947 | For `.md` and `.adoc` files, prefer a sentence-per-line format, don't wrap lines. |
948 | If the line is too long, you want to split the sentence in two :-) | 948 | If the line is too long, you want to split the sentence in two :-) |
949 | 949 | ||
950 | **Rationale:** much easier to edit the text and read the diff. | 950 | **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). |