We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustfmt.toml
1 parent 323cc76 commit 8dc8361Copy full SHA for 8dc8361
rustfmt.toml
@@ -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