From a480f47ceac783a3fdf64b4d99339f9bf92e9d1f Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 26 Aug 2018 12:38:28 +0300 Subject: [PATCH] cargo fmt --- rustfmt.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 8702488..4f93342 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,11 +1,7 @@ -unstable_features = true -max_width = 100 comment_width = 100 wrap_comments = true -tab_spaces = 4 -hard_tabs = false newline_style = "Unix" -condense_wildcard_suffixes = false format_strings = true normalize_comments = true -reorder_imports = true +use_field_init_shorthand = true +edition = "Edition2018"