Skip to content

Commit

Permalink
.editorconfig: don't trim trailing spaces in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
unode authored Jan 27, 2021
1 parent bfd8c00 commit 740773a
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 # keep trailing spaces in markdown - 2+ spaces are translated to a hard break (<br/>)

[*.r]
max_line_length = 80
Expand Down

0 comments on commit 740773a

Please sign in to comment.