From 30af79b129833cd3801fd699ea63f418bed899ba Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Mon, 16 Oct 2023 20:02:18 +0600 Subject: [PATCH] Delete `rustfmt.toml` in favor of `.rustfmt.toml` --- rustfmt.toml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index ef4248c..0000000 --- a/rustfmt.toml +++ /dev/null @@ -1,27 +0,0 @@ -# Basic -hard_tabs = true -max_width = 100 -use_small_heuristics = "Max" - -# Imports -imports_granularity = "Crate" -reorder_imports = true - -# Consistency -newline_style = "Unix" - -# Format comments -comment_width = 100 -wrap_comments = true - -# Misc -binop_separator = "Back" -chain_width = 80 -match_arm_blocks = false -match_arm_leading_pipes = "Preserve" -match_block_trailing_comma = true -reorder_impl_items = false -spaces_around_ranges = false -trailing_comma = "Vertical" -trailing_semicolon = false -use_field_init_shorthand = true