rustfmt.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Tue, 30 Aug 2022 10:52:32 +0100
branchstable
changeset 49458 b10e4c19f8c5
parent 45620 426294d06ddc
permissions -rw-r--r--
tests: improve portability by no longer using the flag [tar --force-local] A different way of making sure the path is not interpreted as a URL is to never give this path to [tar], instead making tar read from stdin.

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true