diff options
author | bors-ng[bot] <bors-ng[bot]@users.noreply.github.com> | 2017-01-29 09:30:09 +0000 |
---|---|---|
committer | bors-ng[bot] <bors-ng[bot]@users.noreply.github.com> | 2017-01-29 09:30:09 +0000 |
commit | 2cc32847ac45bee7d0b60020edda3cce7a07b4ce (patch) | |
tree | 49a0fc14c3ed50947c2d2f771998cdf38c3948a2 /rustfmt.toml | |
parent | 9aefb1c02d8cb5746f07dc6ac461ce8eedced5e3 (diff) | |
parent | 3e9ebe4fd7428da26dd75e2cc6e5025c847c99e6 (diff) |
Merge #10
10: Update to serde 0.9.0 and various improvements
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..70b05df --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,7 @@ +match_block_trailing_comma = true +max_width = 80 +newline_style = "Unix" +reorder_imported_names = true +reorder_imports = true +use_try_shorthand = true +where_trailing_comma = true |