From 00ba3ac285960767aa360d49b475221062f2af1f Mon Sep 17 00:00:00 2001 From: jdnewman85 <40920526+jdnewman85@users.noreply.github.com> Date: Fri, 8 May 2020 16:23:47 -0600 Subject: [PATCH] Delete .rustfmt.toml (#1353) Almost none of the options are valid anymore. The few that are, seem to be default. I move to delete the .rustfmt.toml completely, to allow rustfmt to be run without config errors. --- .rustfmt.toml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml deleted file mode 100644 index 5d38d1ce..00000000 --- a/.rustfmt.toml +++ /dev/null @@ -1,18 +0,0 @@ -fn_args_density = "Compressed" -fn_args_layout = "Visual" -fn_brace_style = "SameLineWhere" -fn_call_style = "Visual" -fn_empty_single_line = false -format_strings = true -generics_indent = "Visual" -impl_empty_single_line = false -match_block_trailing_comma = true -reorder_imported_names = true -reorder_imports = true -reorder_imports_in_group = true -spaces_around_ranges = true -use_try_shorthand = true -where_density = "Tall" -where_style = "Legacy" -wrap_match_arms = false -write_mode = "Overwrite"