aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-06 15:41:14 +0100
committerGitHub <[email protected]>2021-05-06 15:41:14 +0100
commit6e99f42f30ad32fdba307d57c224bb046459f83b (patch)
tree966d9138b1882b491f5f45c456bc848d7b5a97d7 /docs
parent65bdf84beaee439d8a122ae6ec2ee921e5a9e0bb (diff)
parentd4a51241ceedae25f15bb8d202493554ae0af810 (diff)
Merge #8743
8743: internal: explain why sentence-per-line r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/style.md2
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() {
947For `.md` and `.adoc` files, prefer a sentence-per-line format, don't wrap lines. 947For `.md` and `.adoc` files, prefer a sentence-per-line format, don't wrap lines.
948If the line is too long, you want to split the sentence in two :-) 948If 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).