summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorSam Scott <sam@osohq.com>2020-06-03 10:29:01 -0400
committerSam Scott <sam@osohq.com>2020-06-03 10:29:01 -0400
commit165e6c903ef40a958dae6ff59bf2d50085f349b9 (patch)
tree1a6c155cb23ee04d149ed742ae1b1a710dc7cac6 /rustfmt.toml
parent77cb6730f9265591dad141f4f9b840069c9cd2b9 (diff)
Revert to rustfmt defaults.
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"