mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
internal: explain why sentence-per-line
This commit is contained in:
parent
65bdf84bea
commit
d4a51241ce
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue