Ensure one trailing newline per .md file

See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md047
This commit is contained in:
Jan Van Bruggen 2022-09-07 22:22:27 -06:00
parent 60e8634737
commit 3fa6e4c6ef
No known key found for this signature in database
GPG key ID: FE2A4E38E0FA6134
3 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@ config:
fenced-code-language: false
first-line-heading: false
line-length: false
single-trailing-newline: false
no-bare-urls: false
no-duplicate-heading: false
no-emphasis-as-heading: false

View file

@ -17,4 +17,4 @@ In the `cli` folder execute:
```
cargo criterion
```
```

View file

@ -2,4 +2,4 @@
# Where are the tests?
We have a lot of tests at the end of source files, this allows us to test functions that are not exposed by the editor itself.
`editor/mvc/ed_update.rs` and `editor/ui/text/big_text_area.rs` have many important tests.
`editor/mvc/ed_update.rs` and `editor/ui/text/big_text_area.rs` have many important tests.