Skip to content

Commit

Permalink
General: Instruct file editors not to trim trailing whitespace in mar…
Browse files Browse the repository at this point in the history
…kdown files.

Two trailing spaces in a markdown file indicates a line break.

Props netweb

Fixes #43104


git-svn-id: https://develop.svn.wordpress.org/trunk@42862 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
johnbillion committed Mar 20, 2018
1 parent db606c9 commit 71d2050
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 @@ -17,5 +17,8 @@ indent_style = tab
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[{*.txt,wp-config-sample.php}]
end_of_line = crlf

0 comments on commit 71d2050

Please sign in to comment.