aboutsummaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-12-25 13:31:38 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-12-25 13:31:38 +0100
commit44713cef07b4a7d6050fe6b040f3d22f89631544 (patch)
tree09076ce6b96dc4d81dd18d20b44fc6f031912b29 /rustfmt.toml
parent2711a0f657037bc6f19fa91cc11269f93980b14c (diff)
downloadaskama-44713cef07b4a7d6050fe6b040f3d22f89631544.tar.gz
askama-44713cef07b4a7d6050fe6b040f3d22f89631544.tar.bz2
askama-44713cef07b4a7d6050fe6b040f3d22f89631544.zip
Add error_on_line_overflow_comments to rustfmt config
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index a6a84af..eb72dab 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -3,3 +3,4 @@ fn_args_density = "Compressed"
match_block_trailing_comma = true
struct_lit_width = 60
use_try_shorthand = true
+error_on_line_overflow_comments = false