Skip to content

Commit e6dc69a

Browse files
committedApr 8, 2023
Add max_line_length to .editorconfig, matching rustfmt
1 parent 66f8dd1 commit e6dc69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trim_trailing_whitespace = true
1111
insert_final_newline = true
1212
indent_style = space
1313
indent_size = 4
14+
max_line_length = 100
1415

1516
[*.md]
1617
# double whitespace at end of line

0 commit comments

Comments
 (0)
Please sign in to comment.