diff options
author | Sam Scott <sam@osohq.com> | 2020-06-03 10:29:01 -0400 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2020-06-03 10:29:01 -0400 |
commit | 165e6c903ef40a958dae6ff59bf2d50085f349b9 (patch) | |
tree | 1a6c155cb23ee04d149ed742ae1b1a710dc7cac6 /rustfmt.toml | |
parent | 77cb6730f9265591dad141f4f9b840069c9cd2b9 (diff) |
Revert to rustfmt defaults.
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 6 |
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" |