Skip to content

Commit 8dc8361

Browse files
onbjergsslivkoff
authored andcommitted
chore: add rustfmt.toml
1 parent 323cc76 commit 8dc8361

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rustfmt.toml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
reorder_imports = true
2+
imports_granularity = "Crate"
3+
use_small_heuristics = "Max"
4+
comment_width = 100
5+
wrap_comments = true
6+
binop_separator = "Back"
7+
trailing_comma = "Vertical"
8+
trailing_semicolon = false
9+
use_field_init_shorthand = true

0 commit comments

Comments
 (0)