Skip to content

Commit

Permalink
Add max_line_length to .editorconfig, matching rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
beetrees committed Apr 8, 2023
1 parent 66f8dd1 commit e6dc69a
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 @@ -11,6 11,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 100

[*.md]
# double whitespace at end of line
Expand Down

0 comments on commit e6dc69a

Please sign in to comment.