Skip to content

Commit

Permalink
Don't trim trailing spaces in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
unode authored Nov 22, 2020
1 parent c4b6e23 commit 3a4b61b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ trim_trailing_whitespace = true
indent_size = 2
indent_style = space
max_line_length = 100 # Please keep this in sync with bin/lesson_check.py!
trim_trailing_whitespace = false # Trailing whitespace in markdown is meaningful

[*.r]
max_line_length = 80
Expand Down

0 comments on commit 3a4b61b

Please sign in to comment.