Skip to content

Commit c5fedfc

Browse files
committed
f Add UNSTABLE nice-to-haves
We add some unstable featues that might be nice to have, but are currently unstable. So we probably don't want to use them right away.
1 parent 3d25828 commit c5fedfc

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

rustfmt.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
51
use_small_heuristics = "Max"
62
fn_params_layout = "Compressed"
3+
hard_tabs = true
4+
use_field_init_shorthand = true
5+
max_width = 100
6+
chain_width = 100
77
match_block_trailing_comma = true
8-
overflow_delimited_expr = true
8+
# 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

Comments
 (0)