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 5bf58f0 commit 596963cCopy full SHA for 596963c
rustfmt.toml
@@ -1 +1,11 @@
1
-disable_all_formatting = true
+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"
7
+fn_single_line = true
8
+match_arm_blocks = false
9
+match_block_trailing_comma = true
10
+overflow_delimited_expr = true
11
+format_strings = true
0 commit comments