view rustfmt.toml @ 48869:57b58413dad1

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 02 Mar 2022 17:51:27 -0800
parents 426294d06ddc
children
line wrap: on
line source

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