Don't trim trailing whitespace in markdown files

This commit is contained in:
Jonas Platte 2021-01-08 20:59:57 +01:00
parent 25b43d2bf9
commit f42581850f
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67

View file

@ -10,5 +10,8 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_size = 2