rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 15:50:46 -0700
changeset 48818 13d705c98914
parent 45620 426294d06ddc
permissions -rw-r--r--
cext: use PyLong symbols We no longer support Python 2. So we can unconditionally use the Python 3 symbol names. Differential Revision: https://phab.mercurial-scm.org/D12229

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