Skip to content

Commit

Permalink
Add editorconfig rule to avoid trimming Markdown
Browse files Browse the repository at this point in the history
In Markdown there are legitimate reasons to leave trailing whitespace at the end of lines.
It's the only way to insert a line break without creating a new paragraph.
  • Loading branch information
mcdado committed May 17, 2016
1 parent fd74a58 commit c4e0a1a
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 @@ -14,3 +14,6 @@ indent_size = 2

[*.php]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit c4e0a1a

Please sign in to comment.