diff --git a/rustfmt.toml b/rustfmt.toml index 1a8eb92da..b8b4a48b8 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,9 +2,5 @@ max_width = 300 use_small_heuristics = "Max" tab_spaces = 4 newline_style = "Unix" -control_brace_style = "AlwaysSameLine" edition = "2021" -imports_granularity = "Crate" -group_imports = "StdExternalCrate" -fn_single_line = true struct_lit_width = 60