diff --git a/.editorconfig b/.editorconfig index 5bf4860b..6fd42ad9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true [*.md] indent_size = 2 indent_style = space -max_line_length = 100 # Please keep this in sync with bin/lesson_check.py! +max_line_length = 150 # 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 (
) [*.r]