Skip to content

Commit

Permalink
Add rustfmt toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jun 26, 2018
1 parent 7f31f5f commit 60745f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
max_width = 120
indent_style = "Visual"
#fn_call_width = 120
reorder_imports = true
reorder_imports_in_group = true
reorder_imported_names = true
condense_wildcard_suffixes = true
#fn_args_layout = "Visual"
#fn_call_style = "Visual"
#chain_indent = "Visual"
normalize_comments = true
use_try_shorthand = true

0 comments on commit 60745f1

Please sign in to comment.