Skip to content

Commit

Permalink
build: update fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Mar 24, 2024
1 parent 0dea1cb commit 8952a20
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
max_width = 80
comment_width = 80
wrap_comments = true
imports_granularity = "Crate"
max_width = 100
# TODO: comment_width = 100 - Wait for this to be stable
# TODO: wrap_comments = true - Wait for this to be stable
use_field_init_shorthand = true
newline_style = "Unix"
# TODO: imports_granularity = "Crate" - Wait for this to be stable.

0 comments on commit 8952a20

Please sign in to comment.