summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustfmt.toml')
-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 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"