Add comment about trailing whitespace in Markdown

Related to #88 (Github Pull Request)
This commit is contained in:
Slavi Pantaleev 2019-02-01 11:00:25 +02:00
parent 9c7546c828
commit d5a0f562ba
1 changed files with 3 additions and 0 deletions

View File

@ -20,5 +20,8 @@ indent_style = space
indent_size = 2
# Markdown Files
#
# Two spaces at the end of a line in Markdown mean "new line",
# so trimming trailing whitespace for such files can cause breakage.
[*.md]
trim_trailing_whitespace = false