remove markdown whitespace trim

This commit is contained in:
Alexander Popov 2022-08-11 00:49:36 +03:00
parent f3a447854f
commit 91d59dab14
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ indent_size = 4
indent_style = tab
indent_size = 2
# Markdown
[*.md]
trim_trailing_whitespace = false
# Other
[Makefile]
indent_style = tab