about summary refs log tree commit diff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authoruHOOCCOOHu <hooccooh1896@gmail.com>2019-07-20 00:50:18 +0800
committeruHOOCCOOHu <hooccooh1896@gmail.com>2019-07-20 00:50:18 +0800
commitb70b3b14aa3125fe4f74a6a71fb7a7b7e78ab13f (patch)
tree367b25e1b49339278cf9d1c295127fba273ee296 /rustfmt.toml
parent2cc373ac54e7d244cea22b305cefc1c2d08d81f6 (diff)
Revert global fmt config and use `rustfmt::skip`
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index f1241e74b0a..797eccdad99 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -2,5 +2,5 @@ max_width = 120
 comment_width = 100
 match_block_trailing_comma = true
 wrap_comments = true
-edition = "2018"
+
 error_on_line_overflow = true