Skip to content

Commit a219505

Browse files
committedJul 10, 2023
Only use max_line_length = 100 for *.rs
This setting was added to match rustfmt, but it's been taking effect on all file editing, which I notice most on git `COMMIT_EDITMSG`. I want to keep my default 72-width commit messages, please. :)
1 parent 05b82e5 commit a219505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ trim_trailing_whitespace = true
1111
insert_final_newline = true
1212
indent_style = space
1313
indent_size = 4
14+
15+
[*.rs]
1416
max_line_length = 100
1517

1618
[*.md]

0 commit comments

Comments
 (0)
Please sign in to comment.