Reformatted with new rustfmt

This commit is contained in:
Y. T. Chung
2018-01-20 01:10:16 +08:00
parent bdbe4d7a5c
commit 5c89e61a2e
42 changed files with 931 additions and 1081 deletions

View File

@@ -1,11 +1,12 @@
max_width = 120
fn_call_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"
#fn_args_layout = "Visual"
#fn_call_style = "Visual"
#chain_indent = "Visual"
normalize_comments = true
use_try_shorthand = true
use_try_shorthand = true