From 5a22c303701d3c95fc21ac2dcdae91aa98ff67c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 20 Aug 2021 21:15:15 +0200 Subject: [PATCH] delete rustfmt.toml using nightly options --- rustfmt.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index e2b5e5b..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1,16 +0,0 @@ -format_strings = true -format_macro_matchers = true -imports_layout = "HorizontalVertical" -merge_imports = true -match_block_trailing_comma = true -merge_derives = true -newline_style = "Unix" -normalize_comments = true -reorder_impl_items = true -space_after_colon = true -space_before_colon = false -struct_lit_single_line = false -type_punctuation_density = "Wide" -use_field_init_shorthand = true -use_try_shorthand = true -wrap_comments = true