rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 13 Sep 2021 17:23:42 +0200
changeset 47962 8c29af0f6d6e
parent 45620 426294d06ddc
permissions -rw-r--r--
rhg: Align with Python on some revset parsing corner cases In particular: * A string of ASCII digits can be either an integer on a hex prefix * The NULL node ID should convert to the NULL revision number Differential Revision: https://phab.mercurial-scm.org/D11409

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