diff --git a/.editorconfig b/.editorconfig index 1d7d564d..9c5b638a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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