From 47167b874179bd6e659f0a596defcfe854369618 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 2 Feb 2020 17:23:20 +0000 Subject: Let rustfmt format string literals --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.rustfmt.toml') diff --git a/.rustfmt.toml b/.rustfmt.toml index ee91dbd..0a0f30e 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,4 @@ edition = "2018" max_width = 80 # error_on_line_overflow = true +format_strings = true -- cgit v1.2.3