Skip to content

Commit

Permalink
Adds rustfmt configs to wrap and limit comment width
Browse files Browse the repository at this point in the history
These options are unstable and depend on the following PR's:
rust-lang/rustfmt#3347
rust-lang/rustfmt#3349
  • Loading branch information
mnmaita committed Mar 9, 2021
1 parent 8f36354 commit 82fcf70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ newline_style = "Unix"
#unstable_features = true
#imports_granularity = "Crate"
#reorder_impl_items = true
#wrap_comments = true
#comment_width = 100

0 comments on commit 82fcf70

Please sign in to comment.