From 165e6c903ef40a958dae6ff59bf2d50085f349b9 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Wed, 3 Jun 2020 10:29:01 -0400 Subject: Revert to rustfmt defaults. --- rustfmt.toml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index e696b4e..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1,6 +0,0 @@ -match_block_trailing_comma = true -max_width = 80 -newline_style = "Unix" -reorder_imports = true -use_try_shorthand = true -trailing_comma = "Vertical" -- cgit v1.2.3