Skip to content

Commit

Permalink
chore: add rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored and sslivkoff committed Jul 26, 2023
1 parent 323cc76 commit 8dc8361
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
reorder_imports = true
imports_granularity = "Crate"
use_small_heuristics = "Max"
comment_width = 100
wrap_comments = true
binop_separator = "Back"
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true

0 comments on commit 8dc8361

Please sign in to comment.