Skip to content

Commit

Permalink
Allow markdown trailing whitespace FOLIO-351
Browse files Browse the repository at this point in the history
For line-break
  • Loading branch information
dcrossleyau committed Dec 19, 2017
1 parent f71205d commit 35531af
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 @@ -9,3 +9,6 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 35531af

Please sign in to comment.