rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 07 Dec 2021 10:03:00 +0100
branchstable
changeset 48435 18032c282a7e
parent 45620 426294d06ddc
permissions -rw-r--r--
upgrade: don't use `dd status=none` in the test This breaks on Windows, so lets use `>2 /dev/null` like in the other tests. Differential Revision: https://phab.mercurial-scm.org/D11873

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