rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 08 Mar 2022 19:08:35 -0800
changeset 48957 edab75a4c1da
parent 45620 426294d06ddc
permissions -rw-r--r--
hg: always import hgdemandimport The deleted if condition is always true now that we dropped Python 2 and 3.5. Differential Revision: https://phab.mercurial-scm.org/D12361

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