diff --git a/rustfmt.toml b/rustfmt.toml index 253a9b51..eefab4d3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,7 +2,6 @@ edition = "2018" max_width = 100 newline_style = "Unix" reorder_imports = true -control_brace_style = "ClosingNextLine" fn_args_layout = "Compressed" empty_item_single_line = false hard_tabs = true @@ -12,5 +11,4 @@ reorder_modules = true reorder_impl_items = true tab_spaces = 4 format_strings = true -space_before_colon = true space_after_colon = true