summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2022-02-26 16:53:37 +0100
committerVincent Breitmoser <look@my.amazin.horse>2022-02-26 17:01:14 +0100
commit961559e154200fe0bb339ea7e306b04d111485ef (patch)
treea22558a706a4749569520fedc6e3cc3bb1941c78
parent4d8bb36824797b2475a500cedd77bba6a9a84f5e (diff)
cargo: remove rustfmt config
-rw-r--r--rustfmt.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
deleted file mode 100644
index 0c95a29..0000000
--- a/rustfmt.toml
+++ /dev/null
@@ -1,6 +0,0 @@
-overflow_delimited_expr = true
-unstable_features = true
-use_small_heuristics = "Max"
-fn_args_density = "Compressed"
-max_width = 80
-force_multiline_blocks = true