General: Instruct file editors not to trim trailing whitespace in markdown 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
This commit is contained in:
John Blackbourn 2018-03-20 22:14:53 +00:00
parent db606c9bb2
commit 71d2050014
1 changed files with 3 additions and 0 deletions

View File

@ -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