chore(markdown): MD032 Lists should be surrounded by blank lines

Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
This commit is contained in:
txtsd
2022-07-13 00:14:11 +05:30
parent 56cad31a36
commit 8085b2728d
4 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Try to follow the existing formatting.
If there is no existing formatting, you may use `clang-format` with our included `.clang-format` configuration.
In general, in order of importance:
- Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
- Prefer readability over dogma.
- Keep to the existing formatting.