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 3d25828 commit c5fedfcCopy full SHA for c5fedfc
rustfmt.toml
@@ -1,8 +1,13 @@
1
-hard_tabs = true # use tab characters for indentation, spaces for alignment
2
-use_field_init_shorthand = true
3
-chain_width = 100
4
-max_width = 100
5
use_small_heuristics = "Max"
6
fn_params_layout = "Compressed"
+hard_tabs = true
+use_field_init_shorthand = true
+max_width = 100
+chain_width = 100
7
match_block_trailing_comma = true
8
-overflow_delimited_expr = true
+# UNSTABLE: format_code_in_doc_comments = true
9
+# UNSTABLE: overflow_delimited_expr = true
10
+# UNSTABLE: comment_width = 100
11
+# UNSTABLE: format_macro_matchers = true
12
+# UNSTABLE: format_strings = true
13
+# UNSTABLE: group_imports = "StdExternalCrate"
0 commit comments