From 61c00edd5c4a8ac77b6e62a6e5e9ffae00c43577 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Mon, 18 Apr 2022 14:19:56 -0700 Subject: [PATCH] remove nightly requirements from rustfmt.toml Signed-off-by: Erik Hollensbe --- rustfmt.toml | 4 ---- 1 file changed, 4 deletions(-) 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