don't trim trailing whitespace in markdown files

This commit is contained in:
LenAnderson 2023-12-30 11:42:27 +00:00
parent a436a2536f
commit 520fa99a00
1 changed files with 4 additions and 1 deletions

View File

@ -9,3 +9,6 @@ trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false