Skip to content

Commit 60745f1

Browse files
committed
Add rustfmt toml
1 parent 7f31f5f commit 60745f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

rustfmt.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)