diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-12-25 13:31:38 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-12-25 13:31:38 +0100 |
commit | 44713cef07b4a7d6050fe6b040f3d22f89631544 (patch) | |
tree | 09076ce6b96dc4d81dd18d20b44fc6f031912b29 /rustfmt.toml | |
parent | 2711a0f657037bc6f19fa91cc11269f93980b14c (diff) | |
download | askama-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.toml | 1 |
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 |