We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6716769 commit 6329dd9Copy full SHA for 6329dd9
rustfmt.toml
@@ -0,0 +1,15 @@
1
+use_field_init_shorthand = true
2
+use_try_shorthand = true
3
+match_block_trailing_comma = true
4
+
5
+# Nightly only options:
6
+unstable_features = true
7
+condense_wildcard_suffixes = true
8
+format_strings = true
9
+imports_granularity = "Crate"
10
+reorder_impl_items = true
11
+imports_layout = "Vertical"
12
+group_imports = "StdExternalCrate"
13
+wrap_comments = true
14
+normalize_comments = false
15
+error_on_line_overflow = true
0 commit comments