rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 02 Mar 2022 17:51:27 -0800
changeset 48869 57b58413dad1
parent 45620 426294d06ddc
permissions -rw-r--r--
pycompat: remove first not ispy3 block We now require Python 3. So we can remove the first block supporting Python 2. Differential Revision: https://phab.mercurial-scm.org/D12247

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