rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 20 Feb 2022 15:47:13 -0700
changeset 48816 824b2082550e
parent 45620 426294d06ddc
permissions -rw-r--r--
cext: remove Python 2 support We still alias the Python 2 symbols. This will be cleaned up in a separate commit. Differential Revision: https://phab.mercurial-scm.org/D12227

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