From 93e6a9a08aec3cbb8b847a815ad905aa0d0bffca Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 00:10:35 -0400 Subject: fmt --- .rustfmt.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.rustfmt.toml') diff --git a/.rustfmt.toml b/.rustfmt.toml index 6735a78..55b0b14 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,5 +1,2 @@ +edition = "2018" max_width = 78 -control_brace_style = "ClosingNextLine" -use_small_heuristics = false -combine_control_expr = false -struct_lit_single_line = false -- cgit v1.2.3-54-g00ecf