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

@ -8,4 +8,7 @@ trim_trailing_whitespace = true
[*.{js, conf, json}]
charset = utf-8
indent_style = space
indent_size = 4
indent_size = 4
[*.md]
trim_trailing_whitespace = false