Commit d6d1343
committed
chore: stop editors from trimming README's markdown line breaks
README.md relies on two trailing spaces per line in its WordPress
readme header block to force Markdown line breaks. Exempt *.md from
trim_trailing_whitespace in .editorconfig, and add the same exemption
to VS Code's own files.trimTrailingWhitespace setting since it can
override .editorconfig without the EditorConfig extension.1 parent 6df643c commit d6d1343
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments