rustfmt.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 21 Feb 2022 10:26:25 -0700
changeset 48888 07a7b57d3e33
parent 45620 426294d06ddc
permissions -rw-r--r--
formatter: remove conditional assert We always run on Python 3 now. Differential Revision: https://phab.mercurial-scm.org/D12291

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