Skip to content

Commit

Permalink
Reduce .md line length to 72 in .editorconfig
Browse files Browse the repository at this point in the history
The existing docs were written with 72, and I'd rather not reflow
everything when adding more text.
  • Loading branch information
amenonsen committed May 4, 2022
1 parent 08b7733 commit 674f242
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 @@ -23,4 +23,4 @@ indent_size = 2
indent_style = tab

[*.md]
max_line_length = 79
max_line_length = 72

0 comments on commit 674f242

Please sign in to comment.