Skip to content

Commit

Permalink
Increase max line length to 150
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJonnyT committed Sep 14, 2023
1 parent 113c45d commit 5dffb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<br/>)

[*.r]
Expand Down

0 comments on commit 5dffb18

Please sign in to comment.