rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Fri, 12 Mar 2021 18:45:32 +0100
changeset 46735 08a35cec14d4
parent 45623 426294d06ddc
permissions -rw-r--r--
rhg: Add environment variables for fallback configuration For the `rust-tests.py --rhg` we want every `hg` command in tests to run `rhg` with fallback enabled, but other methods of setting configuration are limited or disruptive as discussed in code comment. Differential Revision: https://phab.mercurial-scm.org/D10186

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