Skip to content

Commit

Permalink
Add comment about trailing whitespace in Markdown
Browse files Browse the repository at this point in the history
Related to spantaleev#88 (Github Pull Request)
  • Loading branch information
spantaleev committed Feb 1, 2019
1 parent 9c7546c commit d5a0f56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d5a0f56

Please sign in to comment.