rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Fri, 08 Oct 2021 11:06:03 +0200
changeset 48182 01c3dd208c75
parent 45620 426294d06ddc
permissions -rw-r--r--
rust: Make the hg-cpython crate default to Python 3 This default is used when running `cargo` manually such as for `cargo test`. `setup.py` and `Makefile` both configure the Python major version explicitly. Differential Revision: https://phab.mercurial-scm.org/D11618

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