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.
1 parent 7f31f5f commit 60745f1Copy full SHA for 60745f1
rustfmt.toml
@@ -0,0 +1,12 @@
1
+max_width = 120
2
+indent_style = "Visual"
3
+#fn_call_width = 120
4
+reorder_imports = true
5
+reorder_imports_in_group = true
6
+reorder_imported_names = true
7
+condense_wildcard_suffixes = true
8
+#fn_args_layout = "Visual"
9
+#fn_call_style = "Visual"
10
+#chain_indent = "Visual"
11
+normalize_comments = true
12
+use_try_shorthand = true
0 commit comments