We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustfmt.toml
1 parent 9f2eac0 commit 7091f29Copy full SHA for 7091f29
rustfmt.toml
@@ -1,10 +1,10 @@
1
unstable_features = true
2
edition = "2018"
3
4
-merge_imports = true
+imports_granularity = "Crate"
5
imports_layout = "HorizontalVertical"
6
use_field_init_shorthand = true
7
use_try_shorthand = true
8
-format_doc_comments = true
+format_code_in_doc_comments = true
9
max_width = 115
10
-use_small_heuristics = "max"
+use_small_heuristics = "Max"
0 commit comments