remove markdown whitespace trim

This commit is contained in:
2022-08-11 00:49:36 +03:00
parent f3a447854f
commit 91d59dab14

View File

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