Skip to content

Commit

Permalink
Only use max_line_length = 100 for *.rs
Browse files Browse the repository at this point in the history
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. :)
  • Loading branch information
cuviper committed Jul 10, 2023
1 parent 05b82e5 commit a219505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4

[*.rs]
max_line_length = 100

[*.md]
Expand Down

0 comments on commit a219505

Please sign in to comment.