aboutsummaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-01-09 21:22:20 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-01-09 21:41:45 +0100
commitf376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c (patch)
tree3c98c06a4b4e957fd63d52052f4968d4d6222c4d /rustfmt.toml
parentb787bb4aee6c2cad0c66ded874d5f37b8e4b0413 (diff)
downloadaskama-f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c.tar.gz
askama-f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c.tar.bz2
askama-f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c.zip
Remove deprecated rustfmt options
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index eb72dab..e00247e 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,6 +1,4 @@
brace_style = "PreferSameLine"
fn_args_density = "Compressed"
match_block_trailing_comma = true
-struct_lit_width = 60
use_try_shorthand = true
-error_on_line_overflow_comments = false