diff options
-rw-r--r-- | .rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml index 0a0f30e..47942b9 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,4 +1,4 @@ edition = "2018" max_width = 80 # error_on_line_overflow = true -format_strings = true +# format_strings = true |